Hi,

I am having a problem when I run the doc tests from certain directories.  

For example:

--- from in src/sage/tests
% sage -t --long cmdline.py
All tests passed!

--- from in src
% sage -t --long sage/tests/cmdline.py
All tests passed!

--- from in src/sage
% sage -t --long tests/cmdline.py
    [209 tests, 11 failures, 35.20 s]

This is not the only file which fails.  In fact I have more
sage -t --long tests/cmdline.py  # 11 doctests failed
sage -t --long calculus/desolvers.py  # 8 doctests failed
sage -t --long misc/interpreter.py  # 1 doctest failed
sage -t --long /Applications/sage-git/src/doc/en/constructions/calculus.rst
 # 4 doctests failed
sage -t --long misc/trace.py  # 2 doctests failed
sage -t --long /Applications/sage-git/src/doc/en/prep/Quickstarts/
Differential-Equations.rst
 # 2 doctests failed
and "interrupt.py", which *doesn't* interrupt by itself.

Is running tests from within certain directories a "known issue"?
I guess I won't run tests from within src/sage, but then I doubt
my test all commands if they are really testing everything properly.

-Mike

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to