Closed TOFarmer closed 3 years ago
Add unit and functional tests of the SAL server using pytest.
The tests focus on implementation aspects of the server, rather than the classes which define the interface.
All tests are documented using GIVEN-WHEN-THEN, and I would recommend this approach is used for all future tests.
Fixes #52
Great, thanks for taking a look at it.
Description of work
Add unit and functional tests of the SAL server using pytest.
The tests focus on implementation aspects of the server, rather than the classes which define the interface.
All tests are documented using GIVEN-WHEN-THEN, and I would recommend this approach is used for all future tests.
Fixes
Fixes #52
To test
Reviewer checklist