Add docstrings to all public package

This commit is contained in:
Julian Stirling 2025-07-10 15:29:10 +01:00
parent 14359e73bb
commit 864ca91e5c
7 changed files with 46 additions and 1 deletions

View file

@ -0,0 +1,6 @@
"""The unit-test suite for the OpenFlexure Microscope Server.
This package contains all of the unit tests that can be run without specific
hardware. See also the `hardware-specific-tests` directory and the
`integration-tests` directory for more testing!.
"""

View file

@ -0,0 +1,5 @@
"""A package of test module providing mock Things for testing.
The mock things do not subclass the origninal things to minimise the inflation of
test coverage.
"""