mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--port argument for datasette package, plus tests - closes #661
From pull request #663
This commit is contained in:
parent
34d77d780f
commit
67fc9c5720
6 changed files with 71 additions and 2 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