Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #298 > unrolled thread

parameterized-testcase 0.2

Started byAustin Bingham <austin.bingham@gmail.com>
First post2011-08-16 21:53 +0200
Last post2011-08-16 21:53 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  parameterized-testcase 0.2 Austin Bingham <austin.bingham@gmail.com> - 2011-08-16 21:53 +0200

#298 — parameterized-testcase 0.2

FromAustin Bingham <austin.bingham@gmail.com>
Date2011-08-16 21:53 +0200
Subjectparameterized-testcase 0.2
Message-ID<mailman.106.1313539820.27778.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web