Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:pypi': 0.03; 'run- time': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python.': 0.11; '8bit%:26': 0.16; '8bit%:32': 0.16; 'combinations': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'tests': 0.18; 'library': 0.20; '2015': 0.20; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'question': 0.27; 'says': 0.32; 'url:python': 0.33; 'skip:\xd0 10': 0.33; 'url:listinfo': 0.34; 'worked': 0.34; 'url:org': 0.36; 'cases': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'aspects': 0.37; 'thank': 0.38; 'test': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'your': 0.60; 'discuss': 0.61; "they're": 0.66; 'url:lists': 0.66; 'everybody': 0.67; 'skip:\xe2 10': 0.70; '8bit%:92': 0.72; '_o__)': 0.84; 'received:125': 0.84; 'utc-4,': 0.84; 'welcome!': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: Parametrized Unit Tests Date: Fri, 28 Aug 2015 09:46:02 +1000 References: <0c60848a-5bc2-42d3-8062-57d166fea298@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:6D/xAZnAF011aWMFg7IKOjiMvys= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440719179 news.xs4all.nl 23726 [2001:888:2000:d::a6]:40489 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95713 rambius writes: > Hello, > > петък, 21 август 2015 г., 21:43:19 UTC-4, Ben Finney написа: > > The ‘testscenarios’ library is one way to have a set of scenarios > > applied at run-time to produce tests across all combinations > > . > > testscenarios worked for me. Thank you for your recommendation. You're welcome! You may be interested in the ‘testing-in-python’ forum to discuss other aspects of writing test cases in Python. -- \ “Of course, everybody says they're for peace. Hitler was for | `\ peace. Everybody is for peace. The question is: what kind of | _o__) peace?” —Noam Chomsky, 1984-05-14 | Ben Finney