1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-06 13:17:54 +03:00
openuds/server/src/pytest.ini

7 lines
328 B
INI
Raw Normal View History

[pytest]
DJANGO_SETTINGS_MODULE = server.settings
2022-08-16 01:18:32 +03:00
python_files = tests.py test_*.py *_tests.py
# Do not look for classes (all test clasess are descendant of unittest.TestCase), some of which are named Test* but are not tests (e.g. TestProvider)
python_classes =
addopts = --cov --cov-report html --cov-config=coverage.ini -n 12