mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-25 23:21:41 +03:00
85d71554f6
* Some type improvements for mypy
10 lines
476 B
INI
10 lines
476 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = server.settings
|
|
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)
|
|
pythonpath = ./src
|
|
python_classes =
|
|
# If coverage is enabled, debug test will not work on vscode
|
|
#addopts = --cov --cov-report html --cov-config=coverage.ini -n 12
|
|
#addopts = --cov --cov-report html --cov-config=coverage.ini -n 12
|