Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #298 > unrolled thread
| Started by | Austin Bingham <austin.bingham@gmail.com> |
|---|---|
| First post | 2011-08-16 21:53 +0200 |
| Last post | 2011-08-16 21:53 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
parameterized-testcase 0.2 Austin Bingham <austin.bingham@gmail.com> - 2011-08-16 21:53 +0200
| From | Austin Bingham <austin.bingham@gmail.com> |
|---|---|
| Date | 2011-08-16 21:53 +0200 |
| Subject | parameterized-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
Back to top | Article view | comp.lang.python.announce
csiph-web