Improve README in test_cases
directory
#8441
Labels
project: infrastructure
typeshed build, test, documentation, or distribution related
This is basically a TODO for me (though if somebody else wants to help out, they're welcome!).
test_logging
andtest_object
are pretty different to the tests intest_pow
. Explain the different purposes of these tests in the README.test_cases
directory (unlessfrom __future__ import annotations
is at the top of the file). At the moment it says you can't always use new syntax in stubs, but the only examples given are PEP 604-related.# type: ignore
'd lines (in combination withpyright: reportUnnecessaryTypeIgnoreComment=true
and mypy's--warn-unused-ignore
settings) to check for cases where we want a type checker to report an error. This can maybe just be a link to https://typing.readthedocs.io/en/latest/source/quality.html#testing-using-assert-type-and-warn-unused-ignoresThe text was updated successfully, but these errors were encountered: