From 5a1bce52a2514322fe8f6ee276d53de17aacafcd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 19 Jul 2015 09:19:23 -0400 Subject: Fix a test that used an unmaintained fake implementation for data. --- coverage/data.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'coverage/data.py') 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. -- cgit v1.2.1