mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 13:40:23 +08:00
Improve regression test documentation (#10935)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
co-authored by
Alex Waygood
parent
c74c8b0507
commit
f7aa7b709a
+4
-1
@@ -69,7 +69,10 @@ parser.add_argument(
|
||||
type=package_with_test_cases,
|
||||
nargs="*",
|
||||
action="extend",
|
||||
help="Test only these packages (defaults to all typeshed stubs that have test cases)",
|
||||
help=(
|
||||
"Test only these packages (defaults to all typeshed stubs that have test cases). "
|
||||
'Use "stdlib" to test the standard library test cases.'
|
||||
),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--all",
|
||||
|
||||
Reference in New Issue
Block a user