mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
150dfecc6f
* Support pytest for running tests * Support extracting description from meta og:description property * Revert changes to TOC * Add test --------- Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
4 lines
132 B
INI
4 lines
132 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = siteroot.settings.dev
|
|
# -- recommended but optional:
|
|
python_files = tests.py test_*.py *_tests.py
|