From f98b4b99f71e72069ad8d2c83dc035e2a8425832 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Sun, 2 Dec 2018 03:50:23 +0000 Subject: [PATCH] Exclude multiselectfield from testing, not just from coverage (doh) --- .coveragerc | 9 ++++++--- setup.cfg | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.coveragerc b/.coveragerc index 29b14e9..28559b0 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,9 @@ [run] -include = ojusomap/* -# example is from multiselectfield being included using -e -omit = *migrations*, *tests*, example/* +include = + ojusomap/* + apps/* +omit = + *migrations* + *tests* plugins = django_coverage_plugin diff --git a/setup.cfg b/setup.cfg index 4923a8e..879b9ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ DJANGO_SETTINGS_MODULE = ojusomap.settings python_files = tests.py test_*.py *_tests.py addopts = --reuse-db --strict --tb=short -norecursedirs = django-cas-server +norecursedirs = django-cas-server django-multiselectfield