Opened 9 years ago
Last modified 9 years ago
#14289 closed defect
Doctest debugger doesn't work — at Version 1
Reported by: | roed | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-5.9 |
Component: | doctest framework | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #12415 | Stopgaps: |
Description (last modified by )
sage -t --debug
, a new doctesting feature introduced by #12415, doesn't work for me on OS X 10.6.8 (it starts the tests but then just hangs). Strangely, the tests in sage.doctest.forker.SageDocTestRunner.report_unexpected_exception
seem to succeed. I haven't tried running tests in debug mode since Jeroen changed the backend in 12415_review.patch:ticket:12415; can anyone else duplicate this problem on another platform?
Note: See
TracTickets for help on using
tickets.