summaryrefslogtreecommitdiff
path: root/tests/test_files.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-24 22:53:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-24 22:53:07 -0500
commiteca79995a80b5b4111eafb74e25fc8071e70d2ac (patch)
treefef8a253dacc27cdce089296e1468ffa50743d2a /tests/test_files.py
parent414941cd8cb1e157eb1d5f629958f03c49e6be93 (diff)
downloadpython-coveragepy-eca79995a80b5b4111eafb74e25fc8071e70d2ac.tar.gz
Cleanups from pull request 42
Diffstat (limited to 'tests/test_files.py')
-rw-r--r--tests/test_files.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index f6976a8..6c5a332 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),