Update SCMClient unit tests to check against run_process_exec().
Review Request #12580 — Created Sept. 5, 2022 and submitted — Latest diff uploaded
We're working to move away from
execute()
torun_process()
, and as
part of that we've madeexecute()
a wrapper aroundrun_process()
.To help with the porting effort, all SCMClient unit tests have been
updated to test againstrun_process_exec()
(the hook point for
testing) instead ofexecute()
.
Unit tests pass.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
Commits
rbtools/clients/tests/test_clearcase.py |
---|
rbtools/clients/tests/test_git.py |
---|
rbtools/clients/tests/test_mercurial.py |
---|
rbtools/clients/tests/test_sos.py |
---|
rbtools/clients/tests/test_svn.py |
---|