datasette/tests
Simon Willison 30c18576d6 register_commands() plugin hook, closes #1449 2021-08-27 18:39:42 -07:00
..
plugins render_cell() can now return an awaitable, refs 2021-08-08 16:05:00 -07:00
test_templates Fix handling of nested custom page wildcard paths, closes #996 2020-10-07 15:51:11 -07:00
__init__.py
build_small_spatialite_db.py
conftest.py Attempted fix for too-long UDS bug in #1407 2021-07-31 11:48:33 -07:00
fixtures.py Rename config= to settings=, refs #1432 2021-08-12 18:10:36 -07:00
spatialite.db
test_api.py Rename config= to settings=, refs #1432 2021-08-12 18:10:36 -07:00
test_auth.py Modernize code to Python 3.6+ (#1158) 2020-12-23 09:04:32 -08:00
test_black.py
test_canned_queries.py Re-display user's query with an error message if an error occurs (#1346) 2021-06-01 20:46:20 -07:00
test_cli.py Rename --help-config to --help-settings, closes #1431 2021-08-12 18:01:57 -07:00
test_cli_serve_get.py Use context manager instead of plain open (#1211) 2021-03-11 08:15:49 -08:00
test_cli_serve_server.py Ran Black, refs #1388 2021-07-10 16:46:49 -07:00
test_config_dir.py Support for generated columns 2020-11-30 13:29:57 -08:00
test_crossdb.py --crossdb option for joining across databases (#1232) 2021-02-18 14:09:12 -08:00
test_csv.py Fixed some tests I broke in #1425 2021-08-08 16:11:40 -07:00
test_custom_pages.py Rename config= to settings=, refs #1432 2021-08-12 18:10:36 -07:00
test_docs.py --cpu option for datasette publish cloudrun, closes #1420 2021-08-03 22:20:50 -07:00
test_facets.py Rename config= to settings=, refs #1432 2021-08-12 18:10:36 -07:00
test_filters.py Fix for arraycontains bug, closes #1239 2021-02-22 16:22:47 -08:00
test_html.py Show count of facet values if ?_facet_size=max, closes #1423 2021-08-16 11:56:32 -07:00
test_internal_db.py Compound primary key for foreign_keys table in _internal 2020-12-22 11:04:29 -08:00
test_internals_database.py Refactored generated_columns test, no longer in fixtures.db - refs #1391 2021-07-10 12:03:19 -07:00
test_internals_datasette.py Renamed datasette.config() to .setting(), closes #1107 2020-11-24 14:06:32 -08:00
test_internals_datasette_client.py Renamed datasette.config() to .setting(), closes #1107 2020-11-24 14:06:32 -08:00
test_internals_request.py Applied Black 2021-01-11 13:34:38 -08:00
test_internals_response.py
test_internals_urls.py Renamed /:memory: to /_memory, with redirects - closes #1205 2021-01-28 14:48:56 -08:00
test_messages.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_package.py Replace all uses of runner.isolated_filesystem, refs #1406 2021-07-31 11:49:08 -07:00
test_permissions.py New get_metadata() plugin hook for dynamic metadata 2021-06-26 15:24:54 -07:00
test_plugins.py register_commands() plugin hook, closes #1449 2021-08-27 18:39:42 -07:00
test_publish_cloudrun.py --cpu option for datasette publish cloudrun, closes #1420 2021-08-03 22:20:50 -07:00
test_publish_heroku.py Replace all uses of runner.isolated_filesystem, refs #1406 2021-07-31 11:49:08 -07:00
test_utils.py derive_named_parameters falls back to regex on SQL error, refs #1421 2021-08-08 20:26:08 -07:00