[Numpy-discussion] Switching to nose test framework (was: NumpyTest problem)
Matthew Brett
matthew.brett@gmail....
Mon Jun 9 09:47:51 CDT 2008
Hi,
I am sure you know this already, but you can just replace the tests
using ParametricTestCase with a nose test generator. See:
http://www.scipy.org/scipy/scipy/wiki/TestingGuidelines
under Parametric tests.
Best,
Matthew
On Mon, Jun 9, 2008 at 3:37 PM, Alan McIntyre <alan.mcintyre@gmail.com> wrote:
> On Mon, Jun 9, 2008 at 3:41 AM, Stéfan van der Walt <stefan@sun.ac.za> wrote:
>> I suggest we also remove ParametricTestCase now.
>
> I don't mind converting the existing uses (looks like it's only used 5
> times) to something else, it was causing trouble for me with nose
> anyway--whenever the test module imported it, nose wanted to run it
> since it inherited from TestCase. So if nobody really, really needs
> it I'll make ParametricTestCase go away.
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
More information about the Numpy-discussion
mailing list