Skip to content

Help with simple example #25

Closed
Closed
@catlee

Description

@catlee

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions