Change arg to do stress test

[skip ci]
This commit is contained in:
Charles Leifer
2026-01-16 13:41:48 -06:00
parent 0c36d8c110
commit 8a318ba098
+1 -1
View File
@@ -33,7 +33,7 @@ def get_option_parser():
dest='slow_tests', help='Run tests that may be slow.')
basic.add_option('-a', '--asyncio', action='store_true', default=False,
dest='asyncio_tests', help='Run only asyncio tests.')
basic.add_option('-S', '--asyncio-stress', action='store_true',
basic.add_option('-A', '--asyncio-stress', action='store_true',
default=False, dest='asyncio_stress_test',
help='Run asyncio stress test.')
parser.add_option_group(basic)