diff options
Diffstat (limited to 'test/farm/html/run_a.py')
-rw-r--r-- | test/farm/html/run_a.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/farm/html/run_a.py b/test/farm/html/run_a.py index 92d02348..047d8982 100644 --- a/test/farm/html/run_a.py +++ b/test/farm/html/run_a.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.html_report(a, directory="../html_a") |