minor: s/no covers/no cover/

This commit is contained in:
Daniel Hahler 2019-05-14 06:51:49 +02:00
parent f8e1d58e8f
commit c081c01eb1
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class SessionTests(object):
)
try:
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")
reports = reprec.getreports("pytest_collectreport")
assert len(reports) == 1