Testoob is the advanced Python test runner and testing framework that spices up any existing unittest test suite.
Version 1.15 (Oct. 2009) adds better Python 2.6, IronPython, and Jython support, as well as test coverage improvements, better color support, and some new options and bugfixes.
This version wouldn't have been possible without the help of Ronnie van 't Westeinde.
Full announcement:
http://groups.google.com/group/testoob/browse_thread/thread/ff2a026433539fb0
Testoob is an advanced testing framework for
Python that is fully compatible with PyUnit test
suites.
Version 1.13 adds support for Python 2.5, rerunning tests on
failure, enhanced verbose asserts, and a few bugfixes and
internal improvements.
The full list of changes is at:
http://sourceforge.net/project/shownotes.php?group_id=138557&release_id=468351
This package may be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=138557 ... read more
Testoob is an advanced testing framework for
Python that is fully compatible with PyUnit test
suites.
Version 1.12 adds color support on Windows, timing out with
threads, skipping a single test with Ctrl-C, and several
bugfixes and internal improvements.
The full list of changes is at:
http://sourceforge.net/project/shownotes.php?release_id=446199&group_id=138557
This package may be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=138557 ... read more
Testoob is an advanced testing framework for
Python that is fully compatible with PyUnit test
suites.
Version 1.11 fixes a serious bug that prevented
several options from working.
This package may be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=138557
Visit us at:
http://testoob.sourceforge.net
Testoob is an advanced testing framework for
Python that is fully compatible with PyUnit test
suites.
In version 1.1 a huge number of bugs have been
fixed and performance has been quadrupled.
New features include profiling support, a
convenient summary of failed tests, enhanced
assertion of exceptions, graceful handling of
Ctrl-C, silent running, a simple GUI progress
report, and enhanced skipping support when testing
command-line applications.... read more
Testoob is an advanced testing framework for Python that is
fully compatible with PyUnit test suites.
Version 1.0 adds skipping support, automatic color detection,
PDF reports, and much more, along with several bugfixes.
The full list of changes is at:
http://sourceforge.net/project/shownotes.php?release_id=413330&group_id=138557
This package may be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=138557
'testoob' is an advanced testing framework for Python that is fully compatible with existing PyUnit test suites.
Version 0.9 fixes some bugs and adds code coverage support, timed-repeat of tests, improved testing of command-line applications, and several more features.
A full list of changes is available at:
http://sourceforge.net/project/shownotes.php?release_id=402463&group_id=138557
This package may be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=138557
TestOOB is an advanced unit testing framework for Python, designed
to integrate with existing unittest suites.
New in version 0.8:
* New '--list', '--stop-on-fail', and '--timeout' options
* Optimized multi-process support
* Enhancements for verbose asserts
* Many bug fixes
For the full changelog, visit:
http://sourceforge.net/project/shownotes.php?release_id=374720&group_id=138557
The TestOOB Team
http://testoob.sourceforge.net
TestOOB - Python Testing Out Of (The) Box
TestOOB is an advanced unit testing framework for Python, designed
to integrate with existing unittest test suites.
New in version 0.7:
* run tests in multiple processes!
* repeat tests
* filter tests with glob patterns
* non-zero exit code on test failures
== TestOOB 0.6, 23 August, 2005
TestOOB is an advanced Python testing framework.
TestOOB is now licensed under the Apache License version 2.0.
Changes include not being dependent on ElementTree for
generating XML and HTML.
Bugfixes include the missing html_report.xsl and vasserts on some strings.
TestOOB is an advanced testing framework for Python. It integrates effortlessly with existing PyUnit (module "unittest") test suites.
New features in this release include running tests in threads and automatic verbose asserts.
Bugfixes include improved Python 2.2 compatibility.
TestOOB is an advanced testing framework for Python. It integrates
effortlessly with existing PyUnit (module "unittest") test suites.
New features include compatibility with Python 2.2, 2.3, and 2.4,
immediate feedback about failed tests, and special support for testing
command-line applications.
== TestOOB 0.3, June 12, 2005
New committer: Misha Seltzer
New Features:
* New 'testoob' executable, run tests with no changes at all!
* '--debug' command line option - run pdb post-mortem on test errors!
* Printed test names are now copy-paste friendly
* '--interval' command line option - define a sleep interval between tests
* Improved color output when using '--color'
Bugfixes:
NONE
Release Focus: Better reporting
Dedicated to Barak Schiller, who is leaving for South
America. Have fun!
Features:
* Color output with ANSI codes [barak, orip]
(changeset:64 + changeset:68, ticket:14)
* XML output additions: [barak]
- Total time element to XML output
(incomplete, changeset:69, ticket:46)
- Failure message and type (changeset:70, ticket:47)
* HTML output [barak]
- Converting XML with XSLT, requires 4Suite, '--html'
cmdline option (changeset:74)
- Direct HTML output (OldHTMLReporter) (changeset:71)... read more