datasette/tests
Simon Willison c9f1ec616e Removed resource_type from permissions system, closes #817
Refs #811, #699
2020-06-08 11:51:03 -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 Removed resource_type from permissions system, closes #817 2020-06-08 11:51:03 -07:00
fixtures.py Removed resource_type from permissions system, closes #817 2020-06-08 11:51:03 -07:00
spatialite.db
test_api.py Updated tests, refs #811 2020-06-08 07:50:06 -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 view-database permission 2020-06-07 20:50:37 -07:00
test_cli.py Nicer pattern for make_app_client() in tests, closes #395 2020-06-07 14:14:10 -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 Nicer pattern for make_app_client() in tests, closes #395 2020-06-07 14:14:10 -07:00
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 Move assert_permissions_checked() calls from test_html.py to test_permissions.py, refs #811 2020-06-08 07:02:31 -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_permissions.py Database list on index page respects table/view permissions, refs #811 2020-06-08 11:34:14 -07:00
test_plugins.py Nicer pattern for make_app_client() in tests, closes #395 2020-06-07 14:14:10 -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