We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0cd16 commit 914ce11Copy full SHA for 914ce11
src/pytest_rerunfailures.py
@@ -56,8 +56,8 @@ def pytest_addoption(parser):
56
action="store",
57
dest="force_reruns",
58
type=int,
59
- help="Force rerunning all tests the specified number of times, "
60
- "irrespective of individual test markers.",
+ help="Force rerunning all tests the specified number of times,"
+ " irrespective of individual test markers.",
61
)
62
group._addoption(
63
"--only-rerun",
0 commit comments