datasette/tests
Simon Willison b86f94883b
Don't hang in db.execute_write_fn() if connection fails
Closes #935

Refs https://github.com/simonw/latest-datasette-with-all-plugins/issues/3
2020-08-15 15:35:31 -07:00
..
plugins New forbidden() plugin hook, closes #812 2020-06-30 21:17:38 -07:00
test_templates Render templates using Jinja async mode 2019-11-14 15:14:22 -08:00
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
build_small_spatialite_db.py New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
conftest.py --get now calls startup() plugin hooks, closes #934 2020-08-15 13:52:41 -07:00
fixtures.py 'datasette --get' option, closes #926 2020-08-11 17:24:40 -07:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py Magic parameters for canned queries 2020-06-27 19:58:16 -07:00
test_auth.py Only show 'log out' if ds_cookie present, closes #884 2020-07-01 14:25:59 -07:00
test_black.py Run black against everything, not just tests and datasette dirs 2020-02-13 15:02:10 -08:00
test_canned_queries.py Fix for security issue #918 2020-08-09 09:03:35 -07:00
test_cli.py --get now calls startup() plugin hooks, closes #934 2020-08-15 13:52:41 -07:00
test_cli_serve_get.py --get now calls startup() plugin hooks, closes #934 2020-08-15 13:52:41 -07:00
test_config_dir.py Only load Python files from plugins-dir 2020-07-02 20:08:32 -07:00
test_csv.py Fixed content-disposition header on DB download, closes #909 2020-07-29 14:34:22 -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 Don't suggest array facet if column is only [], closes #610 2019-11-01 14:45:59 -07:00
test_filters.py Added 'not like' table filter, refs #750 2020-05-02 12:04:54 -07:00
test_html.py Fixed content-disposition header on DB download, closes #909 2020-07-29 14:34:22 -07:00
test_internals_database.py Don't hang in db.execute_write_fn() if connection fails 2020-08-15 15:35:31 -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 await request.post_body() method, closes #897 2020-07-17 13:12:35 -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 /-/allow-debug tool, closes #908 2020-07-24 15:55:10 -07:00
test_plugins.py New forbidden() plugin hook, closes #812 2020-06-30 21:17:38 -07:00
test_publish_cloudrun.py --secret command for datasette publish 2020-06-11 09:02:03 -07:00
test_publish_heroku.py Bump to click 7.1.1 to fix flaky tests 2020-03-21 18:47:51 -07:00
test_utils.py Improvements to allow block logic and debug tool 2020-07-24 17:04:06 -07:00
utils.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00