More Frameworks! (rev. 3)ΒΆ

date:2005-12-13 18:40:54
category:Unit Testing in Python

A wiki page on Python testing tools [link ] identifies a number of additional unit testing tools. The wiki page provides a handy summary. I’ll examine these in light of the Beck Unit Test design patterns to provide a little more detail on what they really do.

  • Twisted Trial
  • SubUnit
  • Testresources
  • PyUnitPerf
  • PeckCheck
  • PythonMock
  • pMock

Previous topic

Twisted Trial

Next topic

Compare and Contrast (round 3, revised)

This Page