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 f000ee7 commit 24d4699Copy full SHA for 24d4699
src/patchtest2/parser.py
@@ -76,6 +76,7 @@ def get_parser(cls):
76
# Add --module-path/-m argument that can be specified multiple times
77
parser.add_argument(
78
'--module-paths', '-m',
79
+ action='append',
80
type=str,
81
help='Comma-separated list of additional paths to search for test modules (src/patchtest2/tests is always included)'
82
)
0 commit comments