diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-20 08:26:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-20 08:26:35 -0500 |
commit | 6c9ac4a84b53a2d8ca36c3cdc5decd965d24b04d (patch) | |
tree | cae760076642eebd5478e0478c6df97f052ac04d /tests/test_api.py | |
parent | 5b3c821cd1633f1e64bebc2e61060677bceb200e (diff) | |
download | python-coveragepy-git-6c9ac4a84b53a2d8ca36c3cdc5decd965d24b04d.tar.gz |
A new warning for files already imported before coverage starts
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index b461c503..7c2672d8 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -5,6 +5,7 @@ import fnmatch import os +import os.path import sys import textwrap import warnings |