summaryrefslogtreecommitdiff
path: root/test/farm/html/run_a_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/farm/html/run_a_xml.py')
-rw-r--r--test/farm/html/run_a_xml.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/farm/html/run_a_xml.py b/test/farm/html/run_a_xml.py
index 375be2a..dabfa61 100644
--- a/test/farm/html/run_a_xml.py
+++ b/test/farm/html/run_a_xml.py
@@ -4,7 +4,6 @@ def html_it():
cov = coverage.coverage()
cov.start()
import a
- reload(a) # Because other test files import a, we have to reload to run it.
cov.stop()
cov.xml_report(a, outfile="../xml/coverage.xml")