diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-24 22:53:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-24 22:53:07 -0500 |
commit | 478677345233a9f24b4fd0335d2094e91917e6eb (patch) | |
tree | 60a286d3b0c79cae6206a2d1ff3371eaf4d9dee1 /tests/test_files.py | |
parent | 2b369aa719d2a4b4e755c9030f1d0cc1dfeeeacb (diff) | |
download | python-coveragepy-git-478677345233a9f24b4fd0335d2094e91917e6eb.tar.gz |
Cleanups from pull request 42
Diffstat (limited to 'tests/test_files.py')
-rw-r--r-- | tests/test_files.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py index f6976a81..6c5a332d 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -85,7 +85,6 @@ class MatcherTest(CoverageTest): def test_module_matcher(self): matches_to_try = [ ('test', True), - ('test', True), ('trash', False), ('testing', False), ('test.x', True), |