datasette/tests
Simon Willison a1e801453a Renamed execute-query permission to execute-sql, refs #811 2020-06-07 13:20:59 -07:00
..
plugins Flash messages mechanism, closes #790 2020-06-02 14:12:18 -07:00
test_templates
__init__.py
build_small_spatialite_db.py
conftest.py Added permission check to every view, closes #808 2020-06-06 22:30:36 -07:00
fixtures.py Nested permission checks for all views, refs #811 2020-06-07 13:03:08 -07:00
spatialite.db
test_api.py Added permission check to every view, closes #808 2020-06-06 22:30:36 -07:00
test_auth.py Added permission check to every view, closes #808 2020-06-06 22:30:36 -07:00
test_black.py
test_canned_write.py Check permissions on canned query page, refs #800 2020-06-06 12:27:00 -07:00
test_cli.py Fixed /-/plugins?all=1, refs #802 2020-06-05 16:55:08 -07:00
test_config_dir.py More consistent use of response.text/response.json in tests, closes #792 2020-06-02 14:29:12 -07:00
test_csv.py More consistent use of response.text/response.json in tests, closes #792 2020-06-02 14:29:12 -07:00
test_custom_pages.py
test_docs.py --root option and /-/auth-token view, refs #784 2020-05-31 18:16:42 -07:00
test_facets.py
test_filters.py
test_html.py Renamed execute-query permission to execute-sql, refs #811 2020-06-07 13:20:59 -07:00
test_internals_database.py Removed rogue print() from test 2020-06-05 12:06:43 -07:00
test_internals_datasette.py datasette.sign() and datasette.unsign() methods, refs #785 2020-05-31 18:16:42 -07:00
test_internals_request.py request.post_vars() no longer discards empty values 2020-06-03 06:48:39 -07:00
test_messages.py Flash messages mechanism, closes #790 2020-06-02 14:12:18 -07:00
test_package.py
test_plugins.py More consistent use of response.text/response.json in tests, closes #792 2020-06-02 14:29:12 -07:00
test_publish_cloudrun.py
test_publish_heroku.py
test_utils.py Respect query permissions on database page, refs #800 2020-06-06 12:05:22 -07:00
utils.py