Difference between revisions of "PyUnit"
From emboxit
m (1 revision) |
|
(No difference)
|
Latest revision as of 16:51, 11 September 2015
- http://docs.python.org/2/library/unittest.html
- http://pyunit.sourceforge.net/pyunit.html
- http://stackoverflow.com/questions/191673/preferred-python-unit-testing-framework
- PyUnit is a built-in unittest module
- Update 10.12.2011: with the recent addition of test auto-discovery and many new features in unittest (in Python 2.7 and 3.2), IMHO it makes less sense to use an external library.