summaryrefslogtreecommitdiff
path: root/testing/test_session.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-07 20:46:57 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-13 20:41:30 -0800
commit16546b73420ed69401e19495e9f6dafe11a06968 (patch)
tree86567c5227b8b0169c3efb9bd19d6c50932d9d21 /testing/test_session.py
parent0da5531c7c3c40386d7b268ab070ffd0f97bd52c (diff)
downloadpytest-16546b73420ed69401e19495e9f6dafe11a06968.tar.gz
Remove some dead code
- I wrote a thing: https://github.com/asottile/dead - wanted to try it out, there's lots of false positives and I didn't look through all the things it pointed out but here's some
Diffstat (limited to 'testing/test_session.py')
-rw-r--r--testing/test_session.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/test_session.py b/testing/test_session.py
index d68fc9d41..d64a1a519 100644
--- a/testing/test_session.py
+++ b/testing/test_session.py
@@ -181,7 +181,6 @@ class TestNewSession(SessionTests):
passed, skipped, failed = reprec.countoutcomes()
assert failed == skipped == 0
assert passed == 7
- # also test listnames() here ...
def test_collect_only_with_various_situations(self, testdir):
p = testdir.makepyfile(