datasette/tests
Simon Willison 7ef95d6b96
Error handling for ?_sort and ?_sort_desc
Verifies that they match an existing column, and only one or the other option
is provided - refs #189

Eses a new DatasetteError exception that closes #193
2018-04-08 21:07:31 -07:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
fixtures.py _sort and _sort_desc parameters for table views 2018-04-08 17:06:10 -07:00
test_api.py Error handling for ?_sort and ?_sort_desc 2018-04-08 21:07:31 -07:00
test_html.py Column headers now link to sort/desc sort - refs #189 2018-04-08 19:08:28 -07:00
test_inspect.py Mark FTS-related tables as 'hidden' in inspect() 2017-11-21 12:55:59 -08:00
test_utils.py _sort and _sort_desc parameters for table views 2018-04-08 17:06:10 -07:00