Add a run_stubtest flag to scripts/runtests.py (#9717)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-02-19 17:10:32 -05:00
committed by GitHub
parent 3fc2f27990
commit 74112dc189
2 changed files with 34 additions and 19 deletions

View File

@@ -46,6 +46,9 @@ be selected. A summary of the results will be printed to the terminal.
You must provide a single argument which is a path to the stubs to test, like
so: `stdlib/os` or `stubs/requests`.
Run `python scripts/runtests.py --help` for information on the various configuration options
for this script.
## mypy\_test.py
Run using: