I ran into mutmut run stopping b.c pytest execution failed.
Basically, I have an async function with yield inside it. When I run mutmut python fails b.c that has suddenly become a non-async generator instead, so it can't be used in an async for statement.
I'm not sure if this is a proper bug, or just something I'm configuring wrong
I have a small repro repo here: https://github.com/ulrikjohansson/mutmut_test
I ran into
mutmut runstopping b.c pytest execution failed.Basically, I have an async function with
yieldinside it. When I run mutmut python fails b.c that has suddenly become a non-async generator instead, so it can't be used in anasync forstatement.I'm not sure if this is a proper bug, or just something I'm configuring wrong
I have a small repro repo here: https://github.com/ulrikjohansson/mutmut_test