
Martijn Faassen wrote:
Philipp von Weitershausen wrote:
Martijn Faassen wrote:
Tres Seaver wrote: [snip]
Is this this 'test.py' from the Zope trunk? I just fixed that recently:
No, I'm using test.py as ships with schooltool, which is a different implementation altogether. This isn't for deep reasons; I could get it to work without problems when I tried it. :)
Have you considered switchting to the new zope.testing testrunner now shipping with Zope 2.9 and 3.2? I could stitch it in for you.
Sure, I'm interested! But just to get it spelled out, what advantages would it offer? One I can think of (I think) is the ability to use the python debugger with doctests. That sounds useful. What else?
Also, better doctest metrics (a doctest suite does not necessarily count as a single test anymore). Of course, there are features (like levels) that might not be too useful for lxml, but are very useful for integration-test environments like Zope. Philipp