datasette/tests
Simon Willison 9ac6292614 _header_x now defaults to empty string
Prior to this a request to e.g. https://latest.datasette.io/fixtures/magic_parameters
which did not include a User-Agent header would trigger a 500 error.
2020-06-30 15:00:17 -07:00
..
plugins Made show_messages available to plugins, closes #864 2020-06-28 17:50:47 -07:00
test_templates
__init__.py
build_small_spatialite_db.py
conftest.py Renamed resource_identifier to resource, refs #817 2020-06-08 11:59:53 -07:00
fixtures.py Add message when user logs out, refs #840 2020-06-29 11:31:35 -07:00
spatialite.db
test_api.py Magic parameters for canned queries 2020-06-27 19:58:16 -07:00
test_auth.py Logout link in nav, refs #875 2020-06-29 11:40:40 -07:00
test_black.py
test_canned_queries.py _header_x now defaults to empty string 2020-06-30 15:00:17 -07:00
test_cli.py New "startup" plugin hook, closes #834 2020-06-13 10:55:41 -07:00
test_config_dir.py allow_sql block to control execute-sql upermission in metadata.json, closes #813 2020-06-08 17:05:44 -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 Update tests for new plugin_hooks.rst, refs #687 2020-06-21 19:41:07 -07:00
test_facets.py
test_filters.py
test_html.py Fixed 500 error with /favicon.ico, closes #874 2020-06-28 21:27:11 -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.url_vars property, closes #822 2020-06-08 20:40:00 -07:00
test_internals_response.py response.set_cookie(), closes #795 2020-06-09 15:19:37 -07:00
test_messages.py Flash messages mechanism, closes #790 2020-06-02 14:12:18 -07:00
test_package.py --secret command for datasette publish 2020-06-11 09:02:03 -07:00
test_permissions.py Fixed test_permissions_debug 2020-06-11 17:25:12 -07:00
test_plugins.py Made show_messages available to plugins, closes #864 2020-06-28 17:50:47 -07:00
test_publish_cloudrun.py --secret command for datasette publish 2020-06-11 09:02:03 -07:00
test_publish_heroku.py
test_utils.py Logout link in nav, refs #875 2020-06-29 11:40:40 -07:00
utils.py