aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/runcoverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/runtests/runcoverage.py')
-rw-r--r--djangorestframework/runtests/runcoverage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/djangorestframework/runtests/runcoverage.py b/djangorestframework/runtests/runcoverage.py
index 6bae02df..ab1b0498 100644
--- a/djangorestframework/runtests/runcoverage.py
+++ b/djangorestframework/runtests/runcoverage.py
@@ -51,10 +51,10 @@ def main():
# Drop the compat module from coverage, since we're not interested in the coverage
# of a module which is specifically for resolving environment dependant imports.
- # (Because we'll end up getting different coverage reports for it for each environment)
+ # (Because we'll end up getting different coverage reports for it for each environment)
if 'compat.py' in files:
files.remove('compat.py')
-
+
cov_files.extend([os.path.join(path, file) for file in files if file.endswith('.py')])
cov.report(cov_files)