datasette/tests
Simon Willison 5a77f7a649 Updated docs renaming config to settings
- config.html is now settings.html
- ConfigOption in app.py is now Setting
- updated documentation unit tests

Refs #1106
2020-11-24 13:22:33 -08:00
..
plugins Use f-strings in place of .format() 2020-11-15 15:24:22 -08: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 Fix for test I broke in #947 2020-09-11 15:04:23 -07:00
fixtures.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py Redirect /-/config to /-/settings, closes #1103 2020-11-24 12:19:14 -08:00
test_auth.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08: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 Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_cli.py Redirect /-/config to /-/settings, closes #1103 2020-11-24 12:19:14 -08:00
test_cli_serve_get.py Address PrefixedUrlString bug in #1075 2020-10-31 13:35:47 -07:00
test_config_dir.py config.json is now settings.json, closes #1104 2020-11-24 12:37:29 -08:00
test_csv.py Blank foreign key labels now show as hyphens, closes #1086 2020-11-11 15:44:04 -08:00
test_custom_pages.py Applied Black 2020-10-07 15:51:25 -07:00
test_docs.py Updated docs renaming config to settings 2020-11-24 13:22:33 -08:00
test_facets.py Replace MockRequest with Request.fake() 2020-10-09 09:26:17 -07:00
test_filters.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_html.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_internals_database.py Use FTS4 in fixtures 2020-11-11 16:02:58 -08:00
test_internals_datasette.py datasette.sign() and datasette.unsign() methods, refs #785 2020-05-31 18:16:42 -07:00
test_internals_datasette_client.py datasette.client now applies base_url, closes #1026 2020-10-31 12:29: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_internals_urls.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_messages.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_package.py --secret command for datasette publish 2020-06-11 09:02:03 -07:00
test_permissions.py Redirect /-/config to /-/settings, closes #1103 2020-11-24 12:19:14 -08:00
test_plugins.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_publish_cloudrun.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
test_publish_heroku.py datasette publish heroku --tar option, closes #969 2020-10-08 16:30:46 -07:00
test_utils.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00