mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Tweak test order to get package tests to pass
This commit is contained in:
parent
b43b3c6225
commit
8adfc9db7f
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ def pytest_collection_modifyitems(items):
|
|||
move_to_front(items, "test_inspect_cli")
|
||||
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")
|
||||
move_to_front(items, "test_package_with_port")
|
||||
|
||||
|
||||
def move_to_front(items, test_name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue