[pylons-discuss] WebTest functional testing

2015-02-11 Thread Robert Daniels
I am testing some code and want to call a single test function numerous times. Ideally I would iterate a list of parameters, and call the test function for each test param, but I would like to see a test result for each. Not sure this is possible with WebTest, treat each iteration as an in

Re: [pylons-discuss] WebTest functional testing

2015-02-11 Thread Tom Lazar
have you looked into pytest’s parametrize feature? sounds like it could apply to your case… http://pytest.org/latest/parametrize.html hth, tom > On 11 Feb 2015, at 21:12, Robert Daniels wrote: > > > I am testing some code and want to call a singl