On Wed, 25 Oct 2006 22:03:33 -0500, David Harvey  
<[EMAIL PROTECTED]> wrote:

> I'm signing off for now... I got HAS_DICTIONARY working, but I can't get  
> the corresponding doctests working.
>
> Specifically, when I run "./sage -t devel/sage/sage/ext/*.py", it  
> doesn't notice the file I have here:
>
> http://sage.math.washington.edu/home/dmharvey/sage-1.4.3.alpha1/devel/ 
> sage/sage/ext/ext_doctests.py
>
> I did "hg add" for this file. I have no idea why it can't pick it up.

Because doctest has a stupid line that skips testing any file that
has the string 'doctest' in its name.  This was to avoid recursing into
the .doctest subdirectories. This is completely not needed now, since
doctest is a hidden directory and the generated temp files there are
automatically skipped anyways.  I've attached a fixed "sage-test",
which goes in local/bin/

William

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to