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
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to