diff options
| author | Tom Christie | 2011-12-29 13:31:12 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-29 13:31:12 +0000 |
| commit | 07349597ab936dc9887caa70b5d7d2860c897b12 (patch) | |
| tree | db1fdb8934e4d8dc8d3afe8d1e9fd076e3a4e27d /examples/runtests.py | |
| parent | 1bdc5eacc6290c486796eb5ab8fa29092137dab6 (diff) | |
| download | django-rest-framework-07349597ab936dc9887caa70b5d7d2860c897b12.tar.bz2 | |
whitespace fixes
Diffstat (limited to 'examples/runtests.py')
| -rw-r--r-- | examples/runtests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/runtests.py b/examples/runtests.py index fdd35839..a62d9a9a 100644 --- a/examples/runtests.py +++ b/examples/runtests.py @@ -8,7 +8,7 @@ from coverage import coverage def main(): """Run the tests for the examples and generate a coverage report.""" - + # Discover the list of all modules that we should test coverage for project_dir = os.path.dirname(__file__) cov_files = [] @@ -18,7 +18,7 @@ def main(): continue cov_files.extend([os.path.join(path, file) for file in files if file.endswith('.py')]) TestRunner = get_runner(settings) - + cov = coverage() cov.erase() cov.start() |
