datasette/tests
Simon Willison 6a348e3c2c Removed unnecessary imports with autoflake
I ran this:

    autoflake --in-place --recursive tests datasette
2019-06-23 22:15:31 -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 Removed unnecessary imports with autoflake 2019-06-23 22:15:31 -07:00
fixtures.py Sort commits using isort 2019-06-23 22:04:00 -07:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_cli.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_csv.py Port Datasette from Sanic to ASGI + Uvicorn (#518) 2019-06-23 20:13:09 -07:00
test_database.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_docs.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_facets.py Removed unnecessary imports with autoflake 2019-06-23 22:15:31 -07:00
test_filters.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_html.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_lint.py Removed unnecessary imports with autoflake 2019-06-23 22:15:31 -07:00
test_plugins.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_publish_cloudrun.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_publish_heroku.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_publish_now.py Sort commits using isort 2019-06-23 22:04:00 -07:00
test_utils.py Sort commits using isort 2019-06-23 22:04:00 -07:00
utils.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00