From: Michael Orlitzky Date: Fri, 24 Oct 2014 15:36:16 +0000 (-0400) Subject: Add a note to the README about `sage -t` not loading init.sage. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=08e1c6e50346ebaa880ba3acd0048c90f1d7608d Add a note to the README about `sage -t` not loading init.sage. --- diff --git a/README b/README index 47ccc9f..7f98748 100644 --- a/README +++ b/README @@ -5,5 +5,8 @@ which imports the Sage library. Sage loads ~/.sage/init.sage upon startup, so I've supplied a sample init.sage file which will load this code from ~/src/sage/. +Newer versions of Sage don't load ~/.sage/init.sage during test mode, +so the imports in mjo/all.py will fail by default. However, as long as +the other modules don't rely on all.py, their tests should be fine. [1] http://www.sagemath.org/