mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--cpu option for datasette publish cloudrun, closes #1420
This commit is contained in:
parent
cd8b7bee8f
commit
a1f3830356
4 changed files with 48 additions and 19 deletions
|
|
@ -50,7 +50,7 @@ def test_help_includes(name, filename):
|
|||
# actual has "Usage: cli package [OPTIONS] FILES"
|
||||
# because it doesn't know that cli will be aliased to datasette
|
||||
expected = expected.replace("Usage: datasette", "Usage: cli")
|
||||
assert expected == actual
|
||||
assert expected == actual, "Run python update-docs-help.py to fix this"
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue