[SciPy-dev] Nose tests - merged

Matthew Brett matthew.brett at gmail.com
Sat Jan 12 15:01:33 EST 2008


Hi,

> For me, the way it works now seems to cover the need for something
> obviously benchmarking without adding a extra layer on top of the
> testing and code layout.  But, we could also go the other way.  I'd be
> happy of group thoughts.

Just to say - that moving benchmark tests to a benchmark directory is
fine - nose will still pick up the tests - it's just that:

you'll need to label the benchmark tests with

@dec.bench

and run them with

module.test('bench')

Matthew



More information about the SciPy-Dev mailing list