datasette/tests
Simon Willison 75470d0a97 Unit test for metadata.yml with datasette publish 2020-04-02 11:55:01 -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
conftest.py --port argument for datasette package, plus tests - closes #661 2020-01-29 14:46:43 -08:00
fixtures.py Refactor template setup into Datasette constructor 2020-03-26 18:12:43 -07:00
spatialite.db
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 Test for --metadata=x.yaml 2020-04-02 11:51:43 -07:00
test_csv.py Suggest column facet only if at least one count > 1 2019-11-21 16:56:55 -08: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 Removed documentation for Zeit Now v1, refs #710 2020-03-24 15:45:24 -07:00
test_facets.py
test_filters.py
test_html.py Run base_url tests against /fixtures/facetable too, refs #712 2020-03-25 19:31:22 -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 base_url configuration setting, closes #394 2020-03-24 17:18:43 -07:00
test_publish_cloudrun.py Unit test for metadata.yml with datasette publish 2020-04-02 11:55:01 -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_publish_now.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