--port argument for datasette package, plus tests - closes #661

From pull request #663
This commit is contained in:
Simon Willison 2020-01-29 14:46:43 -08:00 committed by GitHub
commit 67fc9c5720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 71 additions and 2 deletions

View file

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