darrenburns / ward

Ward is a modern test framework for Python with a focus on productivity and readability.
https://ward.readthedocs.io
MIT License
1.21k stars 53 forks source link

Improve type hints on main functions #358

Closed vrslev closed 2 months ago

vrslev commented 1 year ago

Currently type information in API is not complete. It makes it hard to use the library with mypy's strict mode and Pyright.

Also see: https://github.com/darrenburns/ward/issues/261#issuecomment-1301968435