We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e725c09 commit d002843Copy full SHA for d002843
pytest_lazyfixture.py
@@ -27,7 +27,7 @@ def pytest_runtest_setup(item):
27
28
29
def pytest_runtest_teardown(item, nextitem):
30
- """ Add support for the pytest-rerun-failures plugin"""
+ """ Add support for the pytest-rerunfailures plugin"""
31
if get_reruns_count:
32
reruns = get_reruns_count(item)
33
if reruns is None:
0 commit comments