Fix for test I broke in #947

pull/977/head
Simon Willison 2020-09-11 15:04:23 -07:00
rodzic d02f6151da
commit 20b1de86a1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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")