Don't require soscmd or p4 for RBTools unit tests.

Review Request #12646 — Created Sept. 26, 2022 and submitted — Latest diff uploaded

Information

RBTools
release-4.x

Reviewers

Our unit tests for SOS and Perforce don't actually invoke soscmd or
p4, so we don't need to have them installed. This change spies on
check_install to ensure they always show up as installed, preventing
tests from skipping if they're missed.

Removed soscmd and p4 from my path. Verified that unit tests passed.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Don't require soscmd or p4 for RBTools unit tests.
Our unit tests for SOS and Perforce don't actually invoke `soscmd` or `p4`, so we don't need to have them installed. This change spies on `check_install` to ensure they always show up as installed, preventing tests from skipping if they're missed.
619ad986b7e58e7416de35f86e82a2ae6286523f Christian Hammond
rbtools/clients/tests/test_p4.py
rbtools/clients/tests/test_sos.py
Loading...