davidfritzsche/pytest-mypy-testing

Support async def test cases

kmike opened this issue · 0 comments

kmike commented

pytest allows to write async def test cases, e.g. with pytest-asyncio plugin. It'd be nice if pytest-mypy-testing supports such test cases.