add new path

This commit is contained in:
Uros 2024-10-17 16:01:51 +02:00
parent 51c43c4b29
commit 0b07bd6379

View file

@ -14,8 +14,8 @@ def main(argv: Sequence[str] | None = None) -> int:
'--pytest', '--pytest',
dest='pattern', dest='pattern',
action='store_const', action='store_const',
const=r'.*_test\.py', const=r'.tests_*\.py',
default=r'.*_test\.py', default=r'.tests_*\.py',
help='(the default) ensure tests match %(const)s', help='(the default) ensure tests match %(const)s',
) )
mutex.add_argument( mutex.add_argument(