datasette/tests
Simon Willison 0f2626868b Much improved column menu display logic, refs #981
* Menu links now take into account existing querystring
* No longer shows facet option for primary key columns
* Conditionally displays sort/sort-desc if already sorted
* Does not show facet option if already faceted by this
2020-09-30 16:01:37 -07:00
..
plugins Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_templates
__init__.py
build_small_spatialite_db.py
conftest.py Fix for test I broke in #947 2020-09-11 15:04:23 -07:00
fixtures.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
spatialite.db
test_api.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_auth.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_black.py
test_canned_queries.py Fix for MagicParameters error with no POST body, closes #967 2020-09-15 13:12:57 -07:00
test_cli.py Fix for 'open' bug, closes #973 2020-09-22 08:39:48 -07:00
test_cli_serve_get.py datasette --get status code for error pages, closes #947 2020-09-11 14:32:54 -07:00
test_config_dir.py
test_csv.py
test_custom_pages.py raise_404() function for use in custom templates, closes #964 2020-09-14 10:39:25 -07:00
test_docs.py
test_facets.py
test_filters.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_html.py Much improved column menu display logic, refs #981 2020-09-30 16:01:37 -07:00
test_internals_database.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_internals_datasette.py
test_internals_request.py
test_internals_response.py
test_messages.py
test_package.py
test_permissions.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_plugins.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_publish_cloudrun.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_publish_heroku.py Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
test_utils.py Handle \r\n correctly in CSS escapes, refs #980 2020-09-29 12:16:30 -07:00
utils.py