mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix for test I broke in #947
This commit is contained in:
parent
d02f6151da
commit
20b1de86a1
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue