summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.coveragerc b/.coveragerc
index 61ff66749..a0a7a02f2 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,4 +1,3 @@
[run]
-omit =
- # standlonetemplate is read dynamically and tested by test_genscript
- *standalonetemplate.py
+source = _pytest,testing
+parallel = 1