From 5092f52c451fcebd53ccb3284212a7d3cf09642d Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 12 Jun 2023 19:42:33 +0200 Subject: [PATCH] Update description of test scripts (#10310) --- tests/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 21cf770da..af8653f46 100644 --- a/tests/README.md +++ b/tests/README.md @@ -7,8 +7,10 @@ tests the stubs with [mypy](https://github.com/python/mypy/) [pyright](https://github.com/microsoft/pyright). - `tests/regr_test.py` runs mypy against the test cases for typeshed's stubs, guarding against accidental regressions. -- `tests/check_consistent.py` checks certain files in typeshed remain -consistent with each other. +- `tests/check_consistent.py` checks that typeshed's directory +structure and metadata files are correct. +- `tests/check_new_syntax.py` contains linter-like checks to ensure +that certain code conventions are followed. - `tests/stubtest_stdlib.py` checks standard library stubs against the objects at runtime. - `tests/stubtest_third_party.py` checks third-party stubs against the