An important feature for `xmlunittest`: it now handles namespaces in XPath expressions, such as:
<root xmlns="http://.../" xmlns:test="http://.../"> <node>This one use the default namespace</node> <test:node>This one use the test namespace</test:node> </root>
Also, a minor fix of the documentation, and minor changes in how errors are handled when XPath expressions are built and evaluated.
0.3.2
Another housekeeping version: - Version of lxml extended to < 4.0 (3.4, 3.5, and any future 3.6 version or above), - Tox configuration updated to test python 2.7 with lxml 3.0, 3.4 and latest.
Fun fact: it still works with Python 2.7 and latest version of lxml!
0.3.1
Minor update, using `tox` for the tests, and new information in the documentation. Nothing really new, more a "housekeeping" version.
0.3.0
It has been a long time since the latest version. I've fixed some unit-test to be sure, and now python version 2.7.6 and 3.4 are supported.