Exclude multiselectfield from testing, not just from coverage (doh)

This commit is contained in:
Anna Sidwell 2018-12-02 03:50:23 +00:00
parent 5ab0cb4ab9
commit f98b4b99f7
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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