datasette/tests
Simon Willison 89d9fbb91b
Database/Table views inherit source/license/source_url/license_url metadata
If you set the source_url/license_url/source/license fields in your root
metadata those values will now be inherited all the way down to the database
and table templates.

The title/description are NOT inherited.

Also added unit tests for the HTML generated by the metadata.

Refs #185
2018-03-27 09:18:32 -07:00
..
__init__.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
fixtures.py Database/Table views inherit source/license/source_url/license_url metadata 2018-03-27 09:18:32 -07:00
test_api.py Broke up test_app into test_api and test_html 2017-12-15 04:08:24 -08:00
test_html.py Database/Table views inherit source/license/source_url/license_url metadata 2018-03-27 09:18:32 -07:00
test_inspect.py
test_utils.py