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 client #70

Closed TOFarmer closed 3 years ago

TOFarmer commented 3 years ago

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:

Fixes

Fixes #65

To test

Reviewer checklist