I'm currently tutoring PR #9376, which fixes a bug that happens only when caching is turned off. We're trying to figure out a way to write a regression test. Our test suite is run with caching switched on, even on Travis, so we need a way to make sure that this single test is running with caching switched off.

I gather that the test framework does clear_cache() before each test, but that's not enough - the test seems to be filling the cache on its own, and enough to break the infinite recursion that will happen without caching. So we really need to disable the caching machinery on a per-test basis.
Does such a feature exist?

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/5549BB35.5000908%40durchholz.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to