[lxml-dev] xslt coverage

Stefan Behnel stefan_ml at behnel.de
Tue Dec 16 12:42:35 CET 2008


Dirk Rothe wrote:
> are there any possibilities to get something like a line coverage from a
> xsl-transformation. That would be pretty useful, if integrated in a
> test-code-coverage run.

There's the profiler (pass "profile_run=True" to the XSLT run), but it
won't give you line coverage.

http://codespeak.net/lxml/api/lxml.etree.XSLT-class.html#__call__

Stefan



More information about the lxml-dev mailing list