-
-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doctest debugger doesn't work on OS X #14289
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Did you check that it is really attachment: 12415_review.patch:ticket:12415 which breaks this and not one of the subsequent patches in #12415? |
This comment has been minimized.
This comment has been minimized.
comment:3
Adding back
in |
Author: Jeroen Demeyer |
comment:4
Attachment: 14289_doctest_readline.patch.gz |
comment:5
Thanks for figuring out what was causing this. The only change I would suggest is using
rather than
|
Reviewer: David Roe |
comment:7
I think that
should be used in and only in docstrings. So I propose to leave the comment (unless you prefer |
comment:8
Yes, you're right. Then it looks fine to me. |
Merged: sage-5.9.beta1 |
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 insage.doctest.forker.SageDocTestRunner.report_unexpected_exception
seem to succeed.Can anyone else duplicate this problem on another platform?
Depends on #12415
Component: doctest framework
Author: Jeroen Demeyer
Reviewer: David Roe
Merged: sage-5.9.beta1
Issue created by migration from https://trac.sagemath.org/ticket/14289
The text was updated successfully, but these errors were encountered: