Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5092f52

Browse files
authored
Update description of test scripts (#10310)
1 parent 9ca4724 commit 5092f52

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ tests the stubs with [mypy](https://github.com/python/mypy/)
77
[pyright](https://github.com/microsoft/pyright).
88
- `tests/regr_test.py` runs mypy against the test cases for typeshed's
99
stubs, guarding against accidental regressions.
10-
- `tests/check_consistent.py` checks certain files in typeshed remain
11-
consistent with each other.
10+
- `tests/check_consistent.py` checks that typeshed's directory
11+
structure and metadata files are correct.
12+
- `tests/check_new_syntax.py` contains linter-like checks to ensure
13+
that certain code conventions are followed.
1214
- `tests/stubtest_stdlib.py` checks standard library stubs against the
1315
objects at runtime.
1416
- `tests/stubtest_third_party.py` checks third-party stubs against the

0 commit comments

Comments
 (0)