From 525c8fe5cbad4f31c96225ef54a19601c0cc1f74 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 1 Nov 2018 19:53:43 -0400 Subject: [PATCH 1/1] README: update comments on the test suite. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7f98748..eb9fd9f 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ 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. +and "packages" need to be imported explicitly. Therefore the test +suite is a little tricky to run; but "make check" should work. [1] http://www.sagemath.org/ -- 2.43.2