-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Description
$ ./sage -c 'from sage.misc.interpreter import get_test_shell; shell = get_test_shell()'
[SageTerminalApp] File not found: u'from sage.misc.interpreter import get_test_shell; shell = get_test_shell()'
This is because get_test_shell()
interpretes sys.argv
and causes doctest failures with #12415.
Depends on #14024
Component: interfaces
Author: Jeroen Demeyer
Reviewer: David Roe
Merged: sage-5.8.beta0
Issue created by migration from https://trac.sagemath.org/ticket/14070