datasette/tests
Simon Willison fb7e70d5e7 Database(is_mutable=) now defaults to True, closes #1808
Refs https://github.com/simonw/datasette-upload-dbs/issues/6
2022-09-09 09:19:20 -07:00
..
plugins New handle_exception plugin hook, refs #1770 2022-07-17 16:24:39 -07:00
test_templates Fix handling of nested custom page wildcard paths, closes #996 2020-10-07 15:51:11 -07: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 Attempted fix for too-long UDS bug in #1407 2021-07-31 11:48:33 -07:00
ext.c Add new entrypoint option to --load-extensions. (#1789) 2022-08-23 11:34:30 -07:00
fixtures.py truncate_cells_html now affects URLs too, refs #1805 2022-09-06 16:50:43 -07:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py truncate_cells_html now affects URLs too, refs #1805 2022-09-06 16:50:43 -07:00
test_auth.py Remove python-baseconv dependency, refs #1733, closes #1734 2022-05-02 12:39:06 -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 Don't allow canned write queries on immutable DBs, closes #1728 2022-08-14 09:34:31 -07:00
test_cli.py Workaround for test failure: RuntimeError: There is no current event loop (#1803) 2022-09-05 17:40:19 -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 Keep track of datasette.config_dir (#1766) 2022-07-17 18:12:45 -07:00
test_crossdb.py --crossdb option for joining across databases (#1232) 2021-02-18 14:09:12 -08:00
test_csv.py Fixed bug where tables with a column called n caused 500 errors 2022-03-18 18:37:54 -07:00
test_custom_pages.py Remove hashed URL mode 2022-03-18 17:12:03 -07:00
test_docs.py @documented decorator plus unit test plus sphinx.ext.autodoc 2022-02-06 22:31:06 -08:00
test_facets.py table facet_size in metadata, refs #1804 2022-09-06 08:59:19 -07:00
test_filters.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
test_html.py Apply cell truncation on query page too, refs #1805 2022-09-06 16:58:30 -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 Database(is_mutable=) now defaults to True, closes #1808 2022-09-09 09:19:20 -07:00
test_internals_datasette.py Database(is_mutable=) now defaults to True, closes #1808 2022-09-09 09:19:20 -07:00
test_internals_datasette_client.py Upgrade to httpx 0.20 2021-10-14 11:03:44 -07:00
test_internals_request.py Request.fake(... url_vars), plus .fake() is now documented 2022-03-31 19:01:58 -07:00
test_internals_response.py response.set_cookie(), closes #795 2020-06-09 15:19:37 -07:00
test_internals_urls.py Remove hashed URL mode 2022-03-18 17:12:03 -07:00
test_load_extensions.py Add new entrypoint option to --load-extensions. (#1789) 2022-08-23 11:34:30 -07:00
test_messages.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_package.py Switch to python:3.10.6-slim-bullseye for datasette publish - refs #1768 2022-08-14 08:49:14 -07:00
test_permissions.py New handle_exception plugin hook, refs #1770 2022-07-17 16:24:39 -07:00
test_plugins.py New handle_exception plugin hook, refs #1770 2022-07-17 16:24:39 -07:00
test_publish_cloudrun.py --min-instances and --max-instances Cloud Run publish options, closes #1779 2022-08-14 10:07:30 -07:00
test_publish_heroku.py Replace all uses of runner.isolated_filesystem, refs #1406 2021-07-31 11:49:08 -07:00
test_routes.py Fix for bug running ?sql= against databases with a different route, closes #1682 2022-03-23 11:48:10 -07:00
test_spatialite.py Skip SpatiaLite test if no conn.enable_load_extension() 2022-09-05 17:09:57 -07:00
test_table_api.py truncate_cells_html now affects URLs too, refs #1805 2022-09-06 16:50:43 -07:00
test_table_html.py truncate_cells_html now affects URLs too, refs #1805 2022-09-06 16:50:43 -07:00
test_tracer.py tracer.trace_child_tasks() for asyncio.gather tracing 2022-02-04 21:19:49 -08:00
test_utils.py truncate_cells_html now affects URLs too, refs #1805 2022-09-06 16:50:43 -07:00
utils.py Skip SpatiaLite test if no conn.enable_load_extension() 2022-09-05 17:09:57 -07:00