Convert #python statement block into single line expression
Why?
Lambdas - can only have one line
Increase code coverage by line for hard to reach lines (this is cheating, doesn't help branch coverage)
June 2, 2023
Convert #python statement block into single line expression
Why?
Lambdas - can only have one line
Increase code coverage by line for hard to reach lines (this is cheating, doesn't help branch coverage)