Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.062 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:0.1': 0.07; 'release.': 0.09; 'api': 0.09; 'testcases': 0.16; 'url:code': 0.23; 'fine,': 0.23; 'parameters.': 0.23; 'code': 0.25; 'tests': 0.25; "i'm": 0.27; 'bit': 0.28; 'message-id:@mail.gmail.com': 0.29; 'module': 0.30; 'austin': 0.30; 'subject:skip:p 20': 0.30; 'initial': 0.32; 'announce': 0.36; 'to:addr:python-announce-list': 0.37; 'allows': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'should': 0.38; 'sets': 0.39; 'to:addr:python.org': 0.39; 'url:p': 0.62; 'here:': 0.65; 'collection': 0.73; 'releases.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=+9M1LNVdUsNc7DmJ5yzgmkKhDl0w18/xyCkoaP5hBds=; b=O0tMZcxORdmNNV4oW2yV+xKeRZyoDhijHz77Nv8urQ5bgtVxIl9fi+N6KzILaCrZqw DMgUS2qh/R+nvAz6o/GqEtG2r+hWzvlf8MBWHhhlnwEXxmrfF+fFgVU+v3DZZWSRM7Ht KB2ZJ6neJydmy9xs6wxov8O2sLVEJ4EHgGoXA= MIME-Version: 1.0 Date: Wed, 10 Aug 2011 10:20:32 +0200 Subject: parameterized_testcase-0.1 From: Austin Bingham To: python-announce-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Wed, 10 Aug 2011 15:47:26 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312984046 news.xs4all.nl 23858 [2001:888:2000:d::a6]:51640 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:291 I'm happy to announce the release of parameterized_testcase-0.1. This cunningly-named module allows you to generate unittest-compatible TestCases based on a collection of tests and various sets of parameters. This is an initial release. The code should work just fine, though the API may change/expand in the future. Documentation is a bit lacking, though that will change in future releases. You can get it here: http://code.google.com/p/parameterized-testcase/ Austin Bingham