From 8b51a66ae40b47eab065237ccf79ae239a1c16de Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sat, 20 Dec 2025 16:15:00 +0000 Subject: [PATCH] Move test_dummy_server out of unit tests and into integration tests. --- .../test_dummy_server.py => integration_tests/test_actions.py} | 3 +++ 1 file changed, 3 insertions(+) rename tests/{unit_tests/test_dummy_server.py => integration_tests/test_actions.py} (96%) diff --git a/tests/unit_tests/test_dummy_server.py b/tests/integration_tests/test_actions.py similarity index 96% rename from tests/unit_tests/test_dummy_server.py rename to tests/integration_tests/test_actions.py index e666eb1b..535a490a 100644 --- a/tests/unit_tests/test_dummy_server.py +++ b/tests/integration_tests/test_actions.py @@ -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