]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
Add a note to the README about `sage -t` not loading init.sage.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 24 Oct 2014 15:36:16 +0000 (11:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 24 Oct 2014 15:36:16 +0000 (11:36 -0400)
README

diff --git a/README b/README
index 47ccc9f5516e63c4de76401db55e797a57cc0ba3..7f98748b75bab0735321ff9dadd16d032dbaa73d 100644 (file)
--- 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/