summaryrefslogtreecommitdiff
path: root/tests/farm/html/run_other.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/html/run_other.py')
-rw-r--r--tests/farm/html/run_other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/farm/html/run_other.py b/tests/farm/html/run_other.py
index 2557bb51..92753d4b 100644
--- a/tests/farm/html/run_other.py
+++ b/tests/farm/html/run_other.py
@@ -4,7 +4,7 @@
def html_it():
"""Run coverage.py and make an HTML report for everything."""
import coverage
- cov = coverage.coverage(include=["./*", "../othersrc/*"])
+ cov = coverage.Coverage(include=["./*", "../othersrc/*"])
cov.start()
import here # pragma: nested
cov.stop() # pragma: nested