diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-09 15:54:27 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-09 15:54:27 -0500 |
| commit | ca75db9f8e459834d5a4c9d74a3226f691f30703 (patch) | |
| tree | 4f3114ddcaa02b127cad2ba4b2cbd61e6e7c3ee3 /tests/test_oddball.py | |
| parent | 29e89f42905d3867932261ccf2b2ac040784b94e (diff) | |
| download | python-coveragepy-ca75db9f8e459834d5a4c9d74a3226f691f30703.tar.gz | |
Vertical imports
Diffstat (limited to 'tests/test_oddball.py')
| -rw-r--r-- | tests/test_oddball.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index 5b623ae..25f58d3 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -1,6 +1,8 @@ """Oddball cases for testing coverage.py""" -import os, sys +import os +import sys + import coverage from tests.coveragetest import CoverageTest |
