datasette/tests
Simon Willison a4d6acc239
Use scope='session' for all fixtures
This means they will only be executed once which makes sense
since the database they create is immutable.
2018-05-28 13:41:06 -07:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
fixtures.py allow_facet, allow_download, suggest_facets boolean --config 2018-05-24 18:12:27 -07:00
test_api.py Use scope='session' for all fixtures 2018-05-28 13:41:06 -07:00
test_docs.py Test that ensures all config options are documented 2018-05-26 15:11:16 -07:00
test_html.py Use scope='session' for all fixtures 2018-05-28 13:41:06 -07:00
test_inspect.py Use scope='session' for all fixtures 2018-05-28 13:41:06 -07:00
test_utils.py Foreign key facets are now expanded to labels, refs #255 2018-05-16 08:27:24 -07:00