se2p / pynguin

The PYthoN General UnIt Test geNerator is a test-generation tool for Python
https://www.pynguin.eu
MIT License
1.22k stars 74 forks source link

[Push-Request] Add minimum coverage #44

Closed Kucki2018 closed 1 year ago

Kucki2018 commented 1 year ago

There are many programs that do not achieve 100% coverage, so Pynguin runs for a very looong time. Therefore, the user should be able to decide if they want to reach a certain minimum coverage (e.g. 75%) and if the coverage does not increase (e.g. same coverage over 10 iterations) after that minimum, the program should stop.

stephanlukasczyk commented 1 year ago

Thanks for the idea and the PR. To keep things concise, I'll close this issue and suggest to keep all discussions in the PR #45