Closed TOFarmer closed 3 years ago
Add unit and functional tests of the SAL client using pytest.
All tests are documented using GIVEN-WHEN-THEN, and I would recommend this approach is used for all future tests.
All tests which are marked as expected fails have corresponding issues:
Fixes #65
Description of work
Add unit and functional tests of the SAL client using pytest.
All tests are documented using GIVEN-WHEN-THEN, and I would recommend this approach is used for all future tests.
All tests which are marked as expected fails have corresponding issues:
66 (test_authenticate_not_required)
67 (test_connect_to_new_host)
68 (test_copy)
69 (test_connect_to_host_no_response)
Fixes
Fixes #65
To test
Reviewer checklist