How to cover nested if-else statements while unit testing python code?

前端 未结 0 1349
遥遥无期
遥遥无期 2020-12-22 13:21

I am writing a unit test case using pytest for a particular function. Upon testing the code coverage it turns out that few statements(nested if-else) are not getting covered

相关标签:
回答
  • 消灭零回复
提交回复
热议问题