Update the CVS unit tests to use build_client().
Review Request #12504 — Created Aug. 5, 2022 and submitted — Latest diff uploaded
This updates the CVS unit tests to build a
CVSClient
in each test
where it's needed, rather than insetUp()
. This is in prepration for
new tests that will need to handle client construction differently.
CVS unit tests pass.