py.test/pylib 1.3.0: new options, per-plugin hooks, fixes ...

The 1.3.0 release introces new options, bug fixes and improved compatibility with Python3 and Jython-2.5.1 on Windows. If you already use py-1.2 chances are you can use py-1.3.0. See the below CHANGELOG for more details and http://pylib.org/install.html for installation instructions.

py.test is an advanced automated testing tool working with Python2, Python3, Jython and PyPy versions on all major operating systems. It offers a no-boilerplate testing approach and has inspired other testing tools and enhancements in the standard Python library for more than five years. It has a simple and extensive plugin architecture, configurable reporting and provides unique ways to make it fit to your testing process and needs.

See http://pytest.org for more info.

cheers and have fun,

holger krekel

Changes between 1.2.1 and 1.3.0

Changes between 1.2.1 and 1.2.0

Changes between 1.2 and 1.1.1

Changes between 1.1.1 and 1.1.0

Changes between 1.1.0 and 1.0.2

Changes between 1.0.1 and 1.0.2

Changes between 1.0.0 and 1.0.1

Changes between 1.0.0b9 and 1.0.0

Changes between 1.0.0b8 and 1.0.0b9

Changes between 1.0.0b7 and 1.0.0b8

Changes between 1.0.0b3 and 1.0.0b7

Changes between 1.0.0b1 and 1.0.0b3

Changes between 0.9.2 and 1.0.0b1

XXX lots of things missing here XXX

Changes between 0.9.1 and 0.9.2

Changes between 0.9.0 and 0.9.1

This is a fairly complete list of changes between 0.9 and 0.9.1, which can serve as a reference for developers.