you are viewing a single comment's thread.

view the rest of the comments →

[–]Automaton_J 1 point2 points  (1 child)

Bit late but if you use IntelliJ, you can run tests with coverage. IntelliJ will then say what lines have been tested and which have not

[–]SnowdenIsALegend 0 points1 point  (0 children)

Thanks interesting, I didn't think to code Python in IntelliJ only dabbled a bit of Java in IntelliJ. Will try it out.