On 2013-05-09, leif <not.rea...@online.de> wrote:
> Simon King wrote:
>> PS:
>>
>> On 2013-05-09, Simon King <simon.k...@uni-jena.de> wrote:
>>> The disadvantage of this approach: It will only test stuff that can be
>>> imported by Python---cdef methods do not appear in dir(O).
>>
>> And the worse disadvantage: This will only test importable modules. It
>> will not test files.
>
> Well, you just have to preprocess them "as usual" (extracting examples 
> and creating modules from them).

Yes, but this would mean to do source code parsing, which is exactly
what I wanted to avoid by inspecting importable modules.

Cheers,
Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to