datasette/tests
Simon Willison 1fc6ceefb9 Added /-/actor.json - refs #699
Also added JSON highlighting to introspection documentation.
2020-05-31 18:16:42 -07:00
..
plugins Implemented datasette.permission_allowed(), refs #699 2020-05-31 18:16:42 -07:00
test_templates Render templates using Jinja async mode 2019-11-14 15:14:22 -08:00
__init__.py
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 Ability to set custom table/view page size in metadata, closes #751 2020-05-27 22:00:04 -07:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py request.url now respects force_https_urls, closes #781 2020-05-28 10:10: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_cli.py --metadata accepts YAML as well as JSON - closes #713 2020-04-02 12:30:53 -07:00
test_config_dir.py Fixed pytest warning about TestClient class 2020-05-04 10:42:10 -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 Refactored test plugins into tests/plugins, closes #775 2020-05-27 17:57:25 -07:00
test_docs.py Started pattern portfolio at /-/patterns, refs #151 2020-05-02 20:05:25 -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 Added 'not like' table filter, refs #750 2020-05-02 12:04:54 -07:00
test_html.py Redesigned register_output_renderer plugin hook, closes #581 2020-05-27 19:21:41 -07:00
test_internals_database.py Added test for db.mtime_ns 2020-05-30 11:17:20 -07:00
test_internals_datasette.py Added datasette.get_database() method 2020-05-30 07:29:59 -07:00
test_internals_request.py Moved request tests to test_internals_request.py 2020-05-30 10:45:11 -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 Added /-/actor.json - refs #699 2020-05-31 18:16:42 -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 Moved request tests to test_internals_request.py 2020-05-30 10:45:11 -07:00
utils.py