Skip to content

Commit 8326751

Browse files
committed
Add note to README about out of order messages
1 parent a639d2a commit 8326751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ See the [Mypy docs](https://mypy.readthedocs.io/en/stable/extending_mypy.html#co
5656
The Mypy plugin system is fairly limited, so this can only check marked functions.
5757
If you're using parametrized testing, that's fine as you `pytest.mark.parametrize`.
5858
If not, [add a `typed` mark](https://docs.pytest.org/en/stable/how-to/mark.html#registering-marks) then mark any remaining tests you want to check.
59+
The order of the error messages is unclear, but this isn't an issue if you're using a plugin.
5960

6061
```python
6162
import random

0 commit comments

Comments
 (0)