mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 02:48:27 +02:00

* 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>
5 lines
132 B
INI
5 lines
132 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = siteroot.settings.dev
|
|
# -- recommended but optional:
|
|
python_files = tests.py test_*.py *_tests.py
|