Add module level docstrings.
This commit is contained in:
parent
80beeea07b
commit
2cb4003835
17 changed files with 70 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
"""Test the scan planning algorithms of the Microscope.
|
||||
|
||||
As well as low level function by function tests, this test suite also provides tests
|
||||
that simulate scanning a sample, checking that the expected path is followed.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
from copy import copy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue