datasette/tests
Simon Willison 689cf9c139 Index page only shows row counts for smaller databases
The index page now only shows row counts for immutable databases OR for
databases with less than 30 tables provided it could get a count for
each of those tables in less than 10ms.

Closes #467, Refs #460
2019-05-15 20:02:33 -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 Run sanity checks, not .inspect(), on startup 2019-05-11 16:22:55 -07:00
fixtures.py Include views on homepage, fix table counts 2019-05-15 17:28:07 -07:00
spatialite.db New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_api.py Index page only shows row counts for smaller databases 2019-05-15 20:02:33 -07:00
test_black.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_cli.py New run_sanity_checks mechanism, for SpatiLite 2019-05-11 15:55:30 -07:00
test_csv.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_docs.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_facets.py Implemented ArrayFacet, closes #359 2019-05-02 20:21:27 -04:00
test_filters.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_html.py Row count fix + sort index page databases alphabetically 2019-05-15 17:40:10 -07:00
test_plugins.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_publish_cloudrun.py Apply black to everything, enforce via unit tests (#449) 2019-05-03 22:15:14 -04:00
test_publish_heroku.py Fixed "datasette publish now ... --alias=x" 2019-05-11 13:20:36 -07:00
test_publish_now.py Fixed tests relating to #459 2019-05-11 13:58:22 -07:00
test_utils.py New encode/decode_path_component functions 2019-05-09 09:44:21 -07:00
utils.py Extract facet code out into a new plugin hook, closes #427 (#445) 2019-05-02 17:11:26 -07:00