-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Far future: get rid of doctest options inline #1253
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
Comments
I'd rather not :$. I thought that the standard Python doctest module has a way of |
i think the options are usually passed in the call, and we call using nose. it is possible to set options on file level, but i'd rather set them globally. i'll have another look. Gael Varoquaux notifications@github.com schrieb:
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. |
I had another close look, and I really didn't see a clean way to do this |
So should we switch to file-level at least? that should be possible (I hope). |
Far future is approximately never. closing. |
In recent versions of nose, the options
NORMALIZE_WHITESPACE
andELLIPSIS
can be set globally. That would be awesome.This is only available in nose 1.2, though. As removing the flags inline would break them on older versions, I'm not sure we can ever make the switch :-/
Should we try to monkey-patch?
The text was updated successfully, but these errors were encountered: