Share

PyUnit testing framework

File Release Notes and Changelog

Release Name: 1.2.0

Notes:
This major release includes a new Tkinter-based GUI,  which reloads
tests every time they are run (that was fiddly!). Appearance is very
similar to JUnit.

No further widget packages are required; should work out-of-the-box
with recent Python versions.

A framework is provided which can probably be used to easily implement
a standard wxPython-based GUI too.

GUI has been tested on Linux only. I am looking forward to receiving
feedback about successes or problems on other platforms.

Compatibility with JPython has not been added for this release, but
is being considered for the next.

Changes: Changes from 1.1.0 to 1.2.0 --------------------------- * Added TK-based GUI: unittestgui.py * Updated documentation and doc strings * Fixed minor bug 106912: test cases not sorted correctly. Thanks to Frederic Giacometti for spotting. * Check that imported test names are callable() objects * New example 'manytests.py'; large number of small dummy tests