Skip to content

Commit c40dcb3

Browse files
authored
Merge pull request #1768 from ioggstream/1609-fix-description
fix keep-duplicates help line.
2 parents b4ad4cc + 05728d1 commit c40dcb3

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)