python-trio / trio-typing

Type hints for Trio and related projects
Other
27 stars 14 forks source link

Change tests to use pytest-mypy-plugins #10

Open oremanj opened 5 years ago

oremanj commented 5 years ago

Someone else did the work of writing a pytest plugin to handle the mypy "data-driven test" format without depending on mypy internals: https://github.com/mkurnikov/pytest-mypy-plugins . We should replace our current hacks with it.