Skip to content

Support for test methods #5

@nicoddemus

Description

@nicoddemus

Currently asyncio doesn't support test methods (see #4):

class Test:
    @pytest.mark.asyncio
    def test_some_asyncio_code(self):
        res = yield from library.do_something()
        assert b'expected result' == res

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