You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
I.e. do we use a tool that shows whether all code was at least executed
during testing?
I'm asking because I wanted to see some variable values from inside of
sympy.core.mul.Mul._matches, put a breakpoint there, and that breakpoint
didn't trigger with any tests up to and including the "solvers" tests.
And now I'm wondering how much of our code has fallen out of testing,
without anybody noticing.
Aaron Meurer
unread,
Feb 13, 2015, 4:45:11 PM2/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
Yes, the ./bin/coverage_report.py, which uses the coverage module.