Move integration tests to tests dir
This commit is contained in:
parent
ef9a88104b
commit
782977e01c
5 changed files with 219 additions and 5 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
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!.
|
||||
`integration_tests` directory for more testing!.
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ Rather than spinning up a full uvicorn webserver for each test these tests use
|
|||
the FastAPI ``TestClient`` or directly communicate with the underlying
|
||||
LabThings-FastAPI code. This increases speed of testing significantly.
|
||||
|
||||
For tests that require a full running server see the ``integration-tests``
|
||||
directory in the root of the repository.
|
||||
For tests that require a full running server see the ``integration_tests``
|
||||
directory in the tests directory.
|
||||
"""
|
||||
|
||||
import json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue