You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to trace a flaky unit test that involves trio, but using the trace decorator breaks the test like:
if not iscoroutinefunction(testfunc):
> pytest.fail("test function `%r` is marked trio but is not async" % item)
E Failed: test function `<Function test_send_start_stream
The text was updated successfully, but these errors were encountered:
I have tried to trace a flaky unit test that involves trio, but using the
trace
decorator breaks the test like:The text was updated successfully, but these errors were encountered: