Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #298
| Date | 2011-08-16 21:53 +0200 |
|---|---|
| Subject | parameterized-testcase 0.2 |
| From | Austin Bingham <austin.bingham@gmail.com> |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.106.1313539820.27778.python-announce-list@python.org> (permalink) |
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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
parameterized-testcase 0.2 Austin Bingham <austin.bingham@gmail.com> - 2011-08-16 21:53 +0200
csiph-web