--cpu option for datasette publish cloudrun, closes #1420

This commit is contained in:
Simon Willison 2021-08-03 22:20:50 -07:00
commit a1f3830356
4 changed files with 48 additions and 19 deletions

View file

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