Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Testing EasyToFix
New issue 2556 by asmeurer: Print when the cache is off in the tests
http://code.google.com/p/sympy/issues/detail?id=2556
isympy prints when the cache is off:
$ bin/isympy -q -C
IPython console for SymPy 0.7.0 (Python 2.6.6) (ground types: gmpy, cache:
off)
But the tests do not:
$ SYMPY_USE_CACHE=no bin/test sympy/integrals/tests/test_risch.py
============================= test process starts
==============================
executable: /usr/bin/python2.6 (2.6.6-final-0)
architecture: 64-bit
ground types: gmpy
sympy/integrals/tests/test_risch.py[20] .....ffff...........
[OK]
======= tests finished: 16 passed, 4 expected to fail, in 64.82 seconds
========
Also, ./bin/test and ./bin/doctest should get the -C option to easily turn
the cache off.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.