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.
Using pytest 2.9.2, pytest-asyncio 0.4.0.