Exclude multiselectfield from testing, not just from coverage (doh)
This commit is contained in:
parent
5ab0cb4ab9
commit
f98b4b99f7
@ -1,6 +1,9 @@
|
|||||||
[run]
|
[run]
|
||||||
include = ojusomap/*
|
include =
|
||||||
# example is from multiselectfield being included using -e
|
ojusomap/*
|
||||||
omit = *migrations*, *tests*, example/*
|
apps/*
|
||||||
|
omit =
|
||||||
|
*migrations*
|
||||||
|
*tests*
|
||||||
plugins =
|
plugins =
|
||||||
django_coverage_plugin
|
django_coverage_plugin
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
DJANGO_SETTINGS_MODULE = ojusomap.settings
|
DJANGO_SETTINGS_MODULE = ojusomap.settings
|
||||||
python_files = tests.py test_*.py *_tests.py
|
python_files = tests.py test_*.py *_tests.py
|
||||||
addopts = --reuse-db --strict --tb=short
|
addopts = --reuse-db --strict --tb=short
|
||||||
norecursedirs = django-cas-server
|
norecursedirs = django-cas-server django-multiselectfield
|
||||||
|
Loading…
Reference in New Issue
Block a user