diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-19 09:19:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-19 09:19:23 -0400 |
commit | 5a1bce52a2514322fe8f6ee276d53de17aacafcd (patch) | |
tree | bd537fdb80071c6343e89fcad8ed103937ea68b7 /coverage/data.py | |
parent | d11e6956d5e64b49d54658bd80fa61e1ab3e2736 (diff) | |
download | python-coveragepy-git-5a1bce52a2514322fe8f6ee276d53de17aacafcd.tar.gz |
Fix a test that used an unmaintained fake implementation for data.
Diffstat (limited to 'coverage/data.py')
-rw-r--r-- | coverage/data.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/data.py b/coverage/data.py index be34da1b..be9ceba6 100644 --- a/coverage/data.py +++ b/coverage/data.py @@ -229,8 +229,6 @@ class CoverageData(object): lines. If `fullpath` is true, then the keys are the full pathnames of the files, otherwise they are the basenames of the files. - This is used for testing, not for actual use in the product. - Returns: dict mapping filenames to counts of lines. |