We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm sure I'm doing something wrong, but I can't get tests working with pytest.mark.asyncio.
import pytest @pytest.mark.asyncio async def test_foo(): assert False
Running py.test claims that test_foo was executed and passed.
py.test
Using pytest 2.9.2, pytest-asyncio 0.4.0.