datasette/tests
Simon Willison 1d4e5ea176 Removed un-used import 2020-04-27 09:35:07 -07:00
..
test_templates Render templates using Jinja async mode 2019-11-14 15:14:22 -08: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 --port argument for datasette package, plus tests - closes #661 2020-01-29 14:46:43 -08:00
fixtures.py Mechanism for creating custom pages using templates 2020-04-26 11:46:43 -07:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py base_url configuration setting, closes #394 2020-03-24 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_cli.py --metadata accepts YAML as well as JSON - closes #713 2020-04-02 12:30:53 -07:00
test_config_dir.py Implemented inspect-data for config dirs, refs #731 2020-04-27 09:22:05 -07:00
test_csv.py Suggest column facet only if at least one count > 1 2019-11-21 16:56:55 -08:00
test_custom_pages.py Make request available when rendering custom pages, closes #738 2020-04-26 12:01:46 -07:00
test_database.py .execute_write() and .execute_write_fn() methods on Database (#683) 2020-02-24 20:45:07 -08:00
test_docs.py Docs for configuration directory mode, refs #731 2020-04-26 21:25:54 -07:00
test_facets.py Don't suggest array facet if column is only [], closes #610 2019-11-01 14:45:59 -07:00
test_filters.py pk__notin= filter, closes #614 2019-11-03 20:11:55 -08:00
test_html.py Removed un-used import 2020-04-27 09:35:07 -07:00
test_package.py --port argument for datasette package, plus tests - closes #661 2020-01-29 14:46:43 -08:00
test_plugins.py Fix for missing view_name bug, closes #716 2020-04-05 11:28:20 -07:00
test_publish_cloudrun.py Smarter merging of metadata and extra_metadata, closes #724 2020-04-10 11:34:09 -07:00
test_publish_heroku.py Bump to click 7.1.1 to fix flaky tests 2020-03-21 18:47:51 -07:00
test_utils.py await Request(scope, receive).post_vars() method, closes #700 2020-03-16 19:47:37 -07:00
utils.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00