simple-access-layer / source

The core repository of the Simple Access Layer.
https://simple-access-layer.github.io/documentation/
European Union Public License 1.2
2 stars 6 forks source link

Add unit and functional tests of the SAL server #60

Closed TOFarmer closed 3 years ago

TOFarmer commented 3 years ago

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

TOFarmer commented 3 years ago

Great, thanks for taking a look at it.