Dmitry Dygalo
Dmitry Dygalo
Resolves #851
**Is your feature request related to a problem? Please describe.** I'm working on Web API fuzzing research and have been using `coverage` to measure how well generated tests exercise Python...
Right now, JUnit includes a single entry for stateful tests; it could be much better to report all separate scenarios instead. It could help with the visibility into what scenarios...
## Description When a Rust function has multiple arguments and one of them is of the `usize` type, and the provided default value for this argument uses the `_usize` suffix,...