[Pyunit-interest] PyUnit 1.3.0 released.
Brought to you by:
purcell
From: Steve P. <ste...@ya...> - 2001-02-04 20:11:02
|
Hi all, I wanted to send a short mail to let you know that a new version of PyUnit has just been released. From the CHANGES file: Changes from 1.2.0 to 1.3.0 --------------------------- * Clearer and more verbose text output format * Tests run in text mode can now be interrupted using ctrl-c * New FunctionTestCase class provides support for wrapping legacy test functions into PyUnit test case instances * Code is now compatible with JPython (new example: examples/withjpython.py) * Support for short descriptions of tests, taken from __doc__ strings by default * Updated and expanded documentation * Tested with Python 2 * Changed module reloading mechanism in GUI test runner to fix a problem with Python 2 on Win32 reported by Henrik Weber (bug 125463) * Convenient new unittest.main() function for use by all test modules I feel very happy about this new release because it solves a few niggling issues that have bugged me for a while. A quick link to the download package is: http://download.sourceforge.net/pyunit/pyunit-1.3.0.tar.gz I hope that if any of you have any problems and/or comments you will let me know! Very best wishes, -Steve -- Steve Purcell, Pythangelist Get testing at http://pyunit.sourceforge.net/ Available for consulting and training. "Even snakes are afraid of snakes." -- Steven Wright |