datasette/tests
Simon Willison 68302b6ca2
Refactored everything to use new qs instead of request
I don't like this, I think I will go back to the request object but with my
own custom request object that has a request.qs property.
2018-06-16 21:45:30 -07:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
fixtures.py Test client wrapper removing need for gather_request - refs #272 2018-06-04 20:53:12 -07:00
test_api.py ?_labels= and ?_label=COL to expand foreign keys in JSON/CSV 2018-06-16 15:18:57 -07:00
test_csv.py ?_labels= and ?_label=COL to expand foreign keys in JSON/CSV 2018-06-16 15:18:57 -07:00
test_docs.py Test that ensures all config options are documented 2018-05-26 15:11:16 -07:00
test_html.py ?_labels= and ?_label=COL to expand foreign keys in JSON/CSV 2018-06-16 15:18:57 -07:00
test_inspect.py Use scope='session' for all fixtures 2018-05-28 13:41:06 -07:00
test_plugins.py Test client wrapper removing need for gather_request - refs #272 2018-06-04 20:53:12 -07:00
test_utils.py Refactored everything to use new qs instead of request 2018-06-16 21:45:30 -07:00