minor: s/no covers/no cover/
This commit is contained in:
parent
f8e1d58e8f
commit
c081c01eb1
|
@ -171,7 +171,7 @@ class SessionTests(object):
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
reprec = testdir.inline_run(testdir.tmpdir)
|
reprec = testdir.inline_run(testdir.tmpdir)
|
||||||
except pytest.skip.Exception: # pragma: no covers
|
except pytest.skip.Exception: # pragma: no cover
|
||||||
pytest.fail("wrong skipped caught")
|
pytest.fail("wrong skipped caught")
|
||||||
reports = reprec.getreports("pytest_collectreport")
|
reports = reprec.getreports("pytest_collectreport")
|
||||||
assert len(reports) == 1
|
assert len(reports) == 1
|
||||||
|
|
Loading…
Reference in New Issue