forked from cscenter/lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
25 lines (25 loc) · 859 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[pytest]
django_find_project = false
DJANGO_SETTINGS_MODULE = compscicenter_ru.settings.test
addopts = --reuse-db
; XXX: compscicenter_ru/apps here to run `lms/tests.py` from PyCharm
python_paths = apps lms/apps compscicenter_ru/apps
python_files = test_*.py tests.py
testpaths = apps lms
norecursedirs =
.* __*
ansible
assets
docker-files
locale
media
static
compsciclub_ru
compscicenter_ru
lk_yandexdataschool_ru
filterwarnings =
ignore:django.utils.translation.ugettext.* is deprecated in favor:DeprecationWarning
ignore:force_text\(\) is deprecated in favor:PendingDeprecationWarning
ignore:smart_text\(\) is deprecated in favor:PendingDeprecationWarning
ignore:The providing_args argument is deprecated:DeprecationWarning
ignore:'.*' defines default_app_config = '.*':PendingDeprecationWarning