parameterized-testcase 0.2

Austin Bingham austin.bingham at gmail.com
Tue Aug 16 21:53:17 CEST 2011


I'm pleased to announce the release of parameterized-testcase 0.2. You
can get it here:

  http://code.google.com/p/parameterized-testcase/downloads/list

This is primarily a documentation release, with only minor changes to the API.

What is parameterized-testcase?
========================

parameterized-testcase works with Python's standard unittest module to
provide a means to run TestCases with different "parameterizations".
Parameterizations mean any members of the TestCase class which
influence the tests or the environment in which they run.

Austin


More information about the Python-announce-list mailing list