mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Docs for 'datasette publish cloudrun', refs #434
This commit is contained in:
parent
75a21fc2a1
commit
bade9daeb2
4 changed files with 69 additions and 22 deletions
|
|
@ -34,6 +34,7 @@ def test_config_options_are_documented(config):
|
|||
("package", "datasette-package-help.txt"),
|
||||
("publish now", "datasette-publish-now-help.txt"),
|
||||
("publish heroku", "datasette-publish-heroku-help.txt"),
|
||||
("publish cloudrun", "datasette-publish-cloudrun-help.txt"),
|
||||
))
|
||||
def test_help_includes(name, filename):
|
||||
expected = open(str(docs_path / filename)).read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue