mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Docs for configuration directory mode, refs #731
This commit is contained in:
parent
bce27d7d55
commit
da556f2b50
5 changed files with 84 additions and 28 deletions
|
|
@ -26,7 +26,7 @@ def get_labels(filename):
|
|||
|
||||
@pytest.mark.parametrize("config", app.CONFIG_OPTIONS)
|
||||
def test_config_options_are_documented(config):
|
||||
assert config.name in get_headings("config.rst")
|
||||
assert config.name in get_headings("config.rst", "~")
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue