-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7448 from bluetech/typing-publish
Publish our types
- Loading branch information
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
pytest now includes inline type annotations and exposes them to user programs. | ||
Most of the user-facing API is covered, as well as internal code. | ||
|
||
If you are running a type checker such as mypy on your tests, you may start | ||
noticing type errors indicating incorrect usage. If you run into an error that | ||
you believe to be incorrect, please let us know in an issue. | ||
|
||
The types were developed against mypy version 0.780. Older versions may work, | ||
but we recommend using at least this version. Other type checkers may work as | ||
well, but they are not officially verified to work by pytest yet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.