Update the SOS unit tests to use build_client() and clean up tests.

Review Request #12510 — Created Aug. 5, 2022 and submitted — Latest diff uploaded

Information

RBTools
release-4.x

Reviewers

This updates the SOS unit tests to build a SOSClient in each test
where it's needed, rather than in setUp(). This is in prepration for
new tests that will need to handle client construction differently.

SOS unit tests pass.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Update the SOS unit tests to use build_client() and clean up tests.
This updates the SOS unit tests to build a `SOSClient` in each test where it's needed, rather than in `setUp()`. This is in prepration for new tests that will need to handle client construction differently.
fd46499d1c1fddd40d8d66713b91e7f98b3e37b0 Christian Hammond
Update the SOS unit tests to use build_client() and clean up tests.
This updates the SOS unit tests to build a `SOSClient` in each test where it's needed, rather than in `setUp()`. This is in prepration for new tests that will need to handle client construction differently.
4712439356ab0de04f241264ebbb8f85b33fe352 Christian Hammond
rbtools/clients/tests/test_sos.py
Loading...