Open
Description
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
Labels
No labels