test_harness

Python's stock test infrastructure, unittest, sucks. test_harness makes the pain go away.

test_harness is designed to be far more extensible and developer-friendly than unittest and its JUnit-derived brethren.

Interested? Grab the latest version.

News

14 June 2007

test_harness 0.1 has been released. This is a very beta release. In particular, the test discovery mechanisms are still very rough. However, the code is functional (it uses itself to run its own test suite) and can be used for experimentation.

Download test_harness 0.1

test_harness