Comment #1 on issue 2341 by [email protected]: The test utility should clear
the cache.
http://code.google.com/p/sympy/issues/detail?id=2341
On the other hand, we can loose the significant cache errors if we will
clear the cache for the every files. So it would be convinient to have an
opportunity to test all files without cache clearing.
E.g.
$ ./bin/test # test all files with clearing caches for every file
(before or after the test_somthing.py file, so through the file testing the
cache system )
In this way we are sure that tests are passed for release.
$ ./bin/test -C # test all files without clearing caches for every
file.
In this way we independently testing the cache system.
See also:
http://groups.google.com/group/sympy/t/a9b5fa5d37795473?hl=en
--
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.