Skip to content

Handle unittest-based tests #74

Open
@njsmith

Description

@njsmith

As discussed here: python-trio/trio#838
Pytest has support for running unittest-based tests. But, if you try to combine pytest, pytest-trio, and a unittest.TestCase with an async test method, it doesn't work – somehow pytest-trio can't "see through" whatever the TestCase is doing. It would be kinda nice if it did work.

I don't know how urgent this is. Possibly not very. But since we did run into it and do some research, I figured I should write that down.

If this affects you then commenting here would be helpful to let us know.

Metadata

Metadata

Assignees

No one assigned

    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