Move test_dummy_server out of unit tests and into integration tests.
This commit is contained in:
parent
c9ac85bffc
commit
8b51a66ae4
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ LabThings-FastAPI code. This increases speed of testing significantly.
|
|||
|
||||
For tests that require a full running server see the ``lifecycle_test``
|
||||
directory in the tests directory.
|
||||
|
||||
This file used to be called test_dummy_server when it was in the unit_test suite, but
|
||||
it has been moved as it artificaially inflated coverage.
|
||||
"""
|
||||
|
||||
import json
|
||||
Loading…
Add table
Add a link
Reference in a new issue