Skip to content

Releases: Exirel/python-xmlunittest

0.4.0

10 Oct 17:43
Compare
Choose a tag to compare

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

05 Jan 17:40
Compare
Choose a tag to compare

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

14 Feb 16:17
Compare
Choose a tag to compare

Minor update, using tox for the tests, and new information in the documentation. Nothing really new, more a "housekeeping" version.

0.3.0

30 Sep 14:35
Compare
Choose a tag to compare

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.