Hi,<br><br>I need help and some suggestions. I run tests using py.test (latest from pip) and use unittest2.TestCase as the base class for the tests. Today, I am trying to parametrized multiple calls to a test function by following the example in the online doc. I found that it only works with test class that extends from <b>object</b> but not with the one that extends from <b>unittest2.TestCase</b>. First of all, is this a bug or just not supported by py.test? If not possible, what are alternative ways of parametrizing testing but still want to reuse unittest2.TestCase&#39;s assert methods?<br>
<br>Thanks<br>-hans <br>