Rename the test that fully boots the server to lifecycle_test
This commit is contained in:
parent
1e36811796
commit
c9ac85bffc
3 changed files with 9 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ 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``
|
||||
For tests that require a full running server see the ``lifecycle_test``
|
||||
directory in the tests directory.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue