..
plugins
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -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
Fixed a bunch of unused imports spotted with ruff
2024-02-06 17:27:20 -08:00
ext.c
Add new entrypoint option to --load-extensions. ( #1789 )
2022-08-23 11:34:30 -07:00
fixtures.py
row_actions() plugin hook, closes #2299
2024-03-12 16:16:05 -07:00
spatialite.db
New run_sanity_checks mechanism, for SpatiLite
2019-05-11 15:55:30 -07:00
test-datasette-load-plugins.sh
fix (typo): Corrected spelling of 'environments' ( #2268 )
2024-02-19 14:41:32 -08:00
test_api.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_api_write.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_auth.py
Fix tests I broke in #2302
2024-03-12 17:01:51 -07:00
test_base_view.py
New View base class ( #2080 )
2023-05-25 17:18:43 -07:00
test_black.py
Fixed a bunch of unused imports spotted with ruff
2024-02-06 17:27:20 -08:00
test_canned_queries.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_cli.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_cli_serve_get.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_cli_serve_server.py
Move HTTPS test to a bash script
2022-12-17 18:33:07 -08:00
test_config_dir.py
Move Metadata to --internal database
2024-06-11 09:33:23 -07:00
test_crossdb.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_csv.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_custom_pages.py
Remove hashed URL mode
2022-03-18 17:12:03 -07:00
test_datasette_https_server.sh
Detect server start/stop more reliably.
2022-12-18 08:01:51 -08:00
test_docs.py
Upgrade to latest Black, closes #2239
2024-01-30 19:55:26 -08:00
test_docs_plugins.py
Docs on temporary plugins in fixtures, closes #2234
2024-01-12 14:12:14 -08:00
test_facets.py
Move Metadata to --internal database
2024-06-11 09:33:23 -07:00
test_filters.py
?column_notcontains= table filter, closes #2287
2024-02-27 16:07:41 -08:00
test_html.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_internal_db.py
Rename core_ to catalog_, closes #2163
2023-08-29 10:01:28 -07:00
test_internals_database.py
Take advantage of execute_write_fn(transaction=True)
2024-02-17 20:51:19 -08:00
test_internals_datasette.py
Fixed a bunch of unused imports spotted with ruff
2024-02-06 17:27:20 -08:00
test_internals_datasette_client.py
A bunch of remaining ds_client conversions, refs #1959
2022-12-17 13:47:55 -08: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
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_messages.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_package.py
Upgrade Docker images to Python 3.11, closes #1853
2022-10-25 12:04:53 -07:00
test_permissions.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_plugins.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_publish_cloudrun.py
Use service-specific image ID for Cloud Run deploys, refs #2036
2023-03-08 12:25:55 -08:00
test_publish_heroku.py
Upgrade to Python 3.11 on Heroku, refs #1905
2022-11-18 16:44:46 -08:00
test_routes.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -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
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_table_html.py
Introduce new /$DB/-/query endpoint, soft replaces /$DB?sql=... ( #2363 )
2024-07-15 10:33:51 -07:00
test_tracer.py
tracer.trace_child_tasks() for asyncio.gather tracing
2022-02-04 21:19:49 -08:00
test_utils.py
named_parameters(sql) sync function, refs #2354
2024-06-12 16:51:07 -07:00
test_utils_check_callable.py
Rename callable.py to check_callable.py, refs #2078
2023-05-25 11:49:40 -07:00
utils.py
track_event() mechanism for analytics and plugins
2024-01-31 15:21:40 -08:00