Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4724 commit 5092f52Copy full SHA for 5092f52
1 file changed
tests/README.md
@@ -7,8 +7,10 @@ tests the stubs with [mypy](https://github.com/python/mypy/)
7
[pyright](https://github.com/microsoft/pyright).
8
- `tests/regr_test.py` runs mypy against the test cases for typeshed's
9
stubs, guarding against accidental regressions.
10
-- `tests/check_consistent.py` checks certain files in typeshed remain
11
-consistent with each other.
+- `tests/check_consistent.py` checks that typeshed's directory
+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.
14
- `tests/stubtest_stdlib.py` checks standard library stubs against the
15
objects at runtime.
16
- `tests/stubtest_third_party.py` checks third-party stubs against the
0 commit comments