Hi everyone, I'm having trouble testing functions in misc/*, running a fairly heavily modded sage-alpha8. Everything in rings/* works fine. If I copy the file misc/.doctest/sageinspect.py to rings/.doctest/sageinspect.py, everything works fine.
The error log is: ~/Devel/sage/devel/sage-was/sage $ sage -t misc/sageinspect.py sage -t misc/sageinspect.py Traceback (most recent call last): File ".doctest/sageinspect.py", line 97, in <module> globs=globals()) File "/Users/nalexand/Devel/sage/local/lib/python2.5/doctest.py", line 1783, in testmod if not inspect.ismodule(m): AttributeError: 'module' object has no attribute 'ismodule' [8.7 s] exit code: 256 ---------------------------------------------------------------------- The following tests failed: sage -t misc/sageinspect.py Total time for all tests: 8.8 seconds Any ideas? After I fix testing and write the final tests, the new Sagex inspection code will be ready. It is used already in my devel notebook, but it is _not_ used in the IPython loop. The code in misc.interpreter does not seem to be quite enough. Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---