diff --git a/tests/conftest.py b/tests/conftest.py index db9eb0c8..91b811e2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -30,6 +30,7 @@ def pytest_collection_modifyitems(items): move_to_front(items, "test_black") move_to_front(items, "test_inspect_cli") move_to_front(items, "test_serve_with_get") + move_to_front(items, "test_serve_with_get_exit_code_for_error") move_to_front(items, "test_inspect_cli_writes_to_file") move_to_front(items, "test_spatialite_error_if_attempt_to_open_spatialite") move_to_front(items, "test_package")