Ticket #1095 (closed defect: fixed)
[with patch] silly annoyance in sage -coverage
| Reported by: | craigcitro | Owned by: | craigcitro |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-2.8.12 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
I made a silly mistake when I was editing sage-coverage -- it will always tell you that a function is "possibly wrong" (i.e. function name doesn't occur in doctest) when there is no doctest; this is pretty obvious. This patch fixes it, so that now things only appear in the "possibly wrong" list if they *don't* appear in either of the other lists (missing documentation or missing doctests).
Attachments
Change History
Changed 6 years ago by craigcitro
-
attachment
trac_1095.hg
added
Note: See
TracTickets for help on using
tickets.

bundle for $SAGE_ROOT/local/bin