Description
Timeout per class is not distributed evenly between functions.
And tests generation for a function takes all the time allotted.
Expected behavior
Calculate coverage and stop generation for function if coverage is 100% or if timeout per function is reached.
Then distribute remaining time between remaining functions.
Environment
IntelliJ IDEA 2022.1 - 2022.2 Ultimate / Community
GoLand 2022.2
Potential alternatives
Context
Test generation for Go-files.
Description
Timeout per class is not distributed evenly between functions.
And tests generation for a function takes all the time allotted.
Expected behavior
Calculate coverage and stop generation for function if coverage is 100% or if timeout per function is reached.
Then distribute remaining time between remaining functions.
Environment
IntelliJ IDEA 2022.1 - 2022.2 Ultimate / Community
GoLand 2022.2
Potential alternatives
Context
Test generation for Go-files.