datasette/tests
Simon Willison 969771770f
Upgrade pytest to 3.6.0
https://github.com/pytest-dev/pytest/issues/1875 made it impossible to declare
a function as a fixture multiple times, which we were doing across different
modules. The fix was to move our @pytest.fixture calls into decorators in the
tests/fixtures.py module.
2018-05-31 06:42:37 -07:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
fixtures.py Upgrade pytest to 3.6.0 2018-05-31 06:42:37 -07:00
test_api.py Upgrade pytest to 3.6.0 2018-05-31 06:42:37 -07:00
test_docs.py Test that ensures all config options are documented 2018-05-26 15:11:16 -07:00
test_html.py Upgrade pytest to 3.6.0 2018-05-31 06:42:37 -07:00
test_inspect.py Use scope='session' for all fixtures 2018-05-28 13:41:06 -07:00
test_plugins.py Upgrade pytest to 3.6.0 2018-05-31 06:42:37 -07:00
test_utils.py Foreign key facets are now expanded to labels, refs #255 2018-05-16 08:27:24 -07:00