Replies: 2 comments
-
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/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also should probably move more towards something like pytest-cov |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
Beta Was this translation helpful? Give feedback.
All reactions