datasette/tests
Alex Garcia 92b8bf38c0
Add new `--internal internal.db` option, deprecate legacy `_internal` database
Refs:
- #2157 
---------

Co-authored-by: Simon Willison <swillison@gmail.com>
2023-08-28 20:24:23 -07:00
..
plugins Add new `--internal internal.db` option, deprecate legacy `_internal` database 2023-08-28 20:24:23 -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 Move HTTPS test to a bash script 2022-12-17 18:33:07 -08:00
ext.c Add new entrypoint option to --load-extensions. (#1789) 2022-08-23 11:34:30 -07:00
fixtures.py register_permissions() plugin hook (#1940) 2022-12-12 18:05:54 -08:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py Don't include columns in query JSON, refs #2136 2023-08-09 12:01:59 -07:00
test_api_write.py Extra permission rules for /-/create, closes #1937 2022-12-14 12:21:18 -08:00
test_auth.py Removed @pytest.mark.ds_client mark - refs #1959 2022-12-17 13:47:55 -08:00
test_base_view.py New View base class (#2080) 2023-05-25 17:18:43 -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 on_success_message_sql, closes #2138 2023-08-09 17:32:07 -07:00
test_cli.py Add new `--internal internal.db` option, deprecate legacy `_internal` database 2023-08-28 20:24:23 -07:00
test_cli_serve_get.py Test for --get --actor, refs #2153 2023-08-28 13:18:24 -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 Start datasette.json, re-add --config, rm settings.json 2023-08-22 18:26:11 -07:00
test_crossdb.py --crossdb option for joining across databases (#1232) 2021-02-18 14:09:12 -08:00
test_csv.py Hopeful fix for Python 3.7 httpx failure, refs #2066 2023-04-26 21:20:38 -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 Initial prototype of API explorer at /-/api, refs #1871 2022-10-29 23:20:11 -07:00
test_facets.py ?_extra= support and TableView refactor to table_view 2023-03-22 15:49:39 -07:00
test_filters.py ?_extra= support and TableView refactor to table_view 2023-03-22 15:49:39 -07:00
test_html.py Fixed display of database color 2023-08-10 22:16:19 -07:00
test_internal_db.py Add new `--internal internal.db` option, deprecate legacy `_internal` database 2023-08-28 20:24:23 -07:00
test_internals_database.py db.view_exists() method, needed by #1896 2022-11-18 14:16:38 -08:00
test_internals_datasette.py New JSON design for query views (#2118) 2023-08-07 18:47:39 -07: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 ?_extra= support and TableView refactor to table_view 2023-03-22 15:49:39 -07:00
test_messages.py New JSON design for query views (#2118) 2023-08-07 18:47:39 -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 Merge pull request from GHSA-7ch3-7pp7-7cpq 2023-08-22 10:10:01 -07:00
test_plugins.py Add new `--internal internal.db` option, deprecate legacy `_internal` database 2023-08-28 20:24:23 -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 ?_extra= support and TableView refactor to table_view 2023-03-22 15:49:39 -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 New JSON design for query views (#2118) 2023-08-07 18:47:39 -07:00
test_table_html.py Fix all E741 Ambiguous variable name warnings, refs #2090 2023-06-29 08:05:24 -07:00
test_tracer.py tracer.trace_child_tasks() for asyncio.gather tracing 2022-02-04 21:19:49 -08:00
test_utils.py utils.pairs_to_nested_config(), refs #2156, #2143 2023-08-24 11:21:15 -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 Ported app_client to ds_client where possible in test_auth.py, refs #1959 2022-12-17 13:47:55 -08:00