Python test frameworks
Posted: Fri Aug 28, 2009 12:16 pm
After some googling... looking at using the following setup:
The default/included unit test library - based off JUnit
http://docs.python.org/library/unittest.html
This seems to be the defacto statement coverage tester for Python apps:
http://garethrees.org/2001/12/04/python-coverage/
Anyone have any experiences with these or other testing apps?
The default/included unit test library - based off JUnit
http://docs.python.org/library/unittest.html
This seems to be the defacto statement coverage tester for Python apps:
http://garethrees.org/2001/12/04/python-coverage/
Anyone have any experiences with these or other testing apps?