testharness

A free and generic functional test framework for Python developers
Download

testharness Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Oisin Mulvihill
  • Publisher web site:
  • http://pypi.python.org/pypi/testharness/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 36 KB

testharness Tags


testharness Description

A free and generic functional test framework for Python developers testharness uses a simple script system, based on the python console, to load and run commands from test modules. The test modules are python classes that implement the details of how to test the project or program. The module provides a simple set of functions that can be called from a script. The functions can for example, take care of the complexity of starting some service or actually setting/getting some value in a database. In the testharness script each function call can then be asserted to test what's returned. This the is then used to pass or fail a test.NOTE: testharness is developed, licensed and provided under the terms of the LGPL License.


testharness Related Software