pytest-dev / pytest-django

A Django plugin for pytest.
https://pytest-django.readthedocs.io/
Other
1.4k stars 345 forks source link

Fix type hints for assertFormError and assertForSetError. Refs pytest-dev#1137 #1138

Closed nektor211 closed 2 months ago

nektor211 commented 2 months ago

Fixes wrong type hints mentioned in https://github.com/pytest-dev/pytest-django/issues/1137

bluetech commented 2 months ago

Merged manually