-
-
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
Move DOCTEST_MODE to doctesting framework #14203
Comments
Dependencies: #12415 |
comment:3
This patch puts At some point, we might do the same with |
comment:4
Replying to @jhpalmieri:
We need a combined
Where would |
comment:5
Replying to @roed314:
Maybe somewhere in sagenb? |
comment:7
Replying to @jhpalmieri:
And rename And
|
comment:8
Is Maybe we should import it from try:
from sagenb.misc.support import NOTEBOOK_MODE
except ImportError:
from sagenb.misc.support import EMBEDDED_MODE as NOTEBOOK_MODE Then there can be an independent sagenb patch eventually. |
comment:10
Is this ticket ready for review? |
comment:11
Sure, why not? |
initial patch |
comment:12
Attachment: trac_14203_doctest.patch.gz Rebased to 5.9.beta2. |
Author: John Palmieri |
Reviewer: Volker Braun |
comment:13
Looks good to me! |
comment:14
Umm... what about the #14275 situation? I don't think this would mess things up as much as moving |
comment:15
I don't agree with #14275, for starters. It would be a mistake to make any guarantees about the implementation of the doctesting framework. If your code depends on the location of |
Merged: sage-5.10.beta1 |
Move the
DOCTEST_MODE
setting to the doctesting framework, for example in the filesage/doctest/all.py
.Depends on #12415
CC: @jhpalmieri
Component: doctest framework
Author: John Palmieri
Reviewer: Volker Braun
Merged: sage-5.10.beta1
Issue created by migration from https://trac.sagemath.org/ticket/14203
The text was updated successfully, but these errors were encountered: