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


Groups > comp.lang.python > #2888

Re: Creating unit tests on the fly

From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: Creating unit tests on the fly
References <55ab5243-da42-4933-b3e5-b8189698b11e@m13g2000yqb.googlegroups.com> <e2a1efe6-17bb-4d94-8fcc-b812b41f6b75@d28g2000yqf.googlegroups.com> <87fwpse4zt.fsf@benfinney.id.au> <roy-F3710A.22025608042011@news.panix.com>
Date 2011-04-09 12:15 +1000
Message-ID <87bp0gdva9.fsf@benfinney.id.au> (permalink)
Organization Unlimited download news at news.astraweb.com

Show all headers | View raw


Roy Smith <roy@panix.com> writes:

> In article <87fwpse4zt.fsf@benfinney.id.au>,
>  Ben Finney <ben+python@benfinney.id.au> wrote:
>
> > I have found the ‘testscenarios’ library very useful for this:
> > bind a sequence of (name, dict) tuples to the test case class, and
> > each tuple represents a scenario of data fixtures that will be
> > applied to every test case function in the class.
> > 
> >     <URL:http://pypi.python.org/pypi/test-scenarios>
>
> That link doesn't work, I assume you meant
>
> http://pypi.python.org/pypi/testscenarios/0.2

You're right, I gave the wrong URL. The right one for that project (for
the show-me-the-latest-version-whichever-that-is page) is
<URL:http://pypi.python.org/pypi/testscenarios/>.

-- 
 \       “An idea isn't responsible for the people who believe in it.” |
  `\                                      —Donald Robert Perry Marquis |
_o__)                                                                  |
Ben Finney

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Creating unit tests on the fly Roy Smith <roy@panix.com> - 2011-04-08 12:10 -0700
  Re: Creating unit tests on the fly Raymond Hettinger <python@rcn.com> - 2011-04-08 14:50 -0700
    Re: Creating unit tests on the fly Ben Finney <ben+python@benfinney.id.au> - 2011-04-09 08:46 +1000
      Re: Creating unit tests on the fly Roy Smith <roy@panix.com> - 2011-04-08 22:02 -0400
        Re: Creating unit tests on the fly Ben Finney <ben+python@benfinney.id.au> - 2011-04-09 12:15 +1000
    Re: Creating unit tests on the fly Roy Smith <roy@panix.com> - 2011-04-10 22:45 -0400

csiph-web