Closed MicahGale closed 2 months ago
It seems like it would be great to have a test to function map. It seems like this plugin somehow gets that data: https://pypi.org/project/pytest-rts/
Also should probably move more towards something like pytest-cov
I started thinking about this recently:
This is a broad and complex issue, but in part I came across the concept of "pseudo-tested methods" (this was written about Java). The authors do provide a tool for finding these methods, but it is only implemented for Java.
The authors also wrote an IEE article on this topic, that I should read at some point (doi: 10.1145/2896941.2896944)
Not reading anything won't stop me from drawing conclusions from an Abstract though:
So some actionable steps for the time being:
tests/test_integration
, etc. from coverage reportstests/test_syntax_parsing
should not contribute to theMCNP_Problem
coverageWishlist: