From 08e1c6e50346ebaa880ba3acd0048c90f1d7608d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 24 Oct 2014 11:36:16 -0400 Subject: [PATCH] Add a note to the README about `sage -t` not loading init.sage. --- README | 3 +++ 1 file changed, 3 insertions(+) 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/ -- 2.43.2