mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 17:16:57 +02:00
Configuration directory mode, closes #731
This commit is contained in:
parent
1b7b66c465
commit
25014ca25e
8 changed files with 251 additions and 34 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