Exclude multiselectfield from testing, not just from coverage (doh)
This commit is contained in:
parent
5ab0cb4ab9
commit
f98b4b99f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user