Skip to content

Commit 05728d1

Browse files
committed
fix keep-duplicates help line.
1 parent b4ad4cc commit 05728d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def pytest_addoption(parser):
6565
help="Don't load any conftest.py files.")
6666
group.addoption('--keepduplicates', '--keep-duplicates', action="store_true",
6767
dest="keepduplicates", default=False,
68-
help="Skip duplicate tests.")
68+
help="Keep duplicate tests.")
6969

7070
group = parser.getgroup("debugconfig",
7171
"test session debugging and configuration")

0 commit comments

Comments
 (0)