Move test_cases to stdlib/@tests/test_cases (#11865)

This commit is contained in:
Sebastian Rittau
2024-05-09 19:27:09 -07:00
committed by GitHub
parent ea61ca5a30
commit 392ae934fc
49 changed files with 37 additions and 37 deletions
+2 -1
View File
@@ -102,7 +102,8 @@ the stubs in typeshed (including the standard library).
## regr\_test.py
This test runs mypy against the test cases for typeshed's stdlib and third-party
stubs. See [the README in the `test_cases` directory](../test_cases/README.md)
stubs. See [the REGRESSION.md document](./REGRESSION.md)
in this directory
for more information about what
these test cases are for and how they work. Run `python tests/regr_test.py --help`
for information on the various configuration options.