Re: [matplotlib-devel] Unit-Test Structure Submitted

2009-02-19 Thread Darren Dale
On Wed, Feb 18, 2009 at 2:43 PM, James Evans wrote: > All, > > I have just submitted a first-cut at a unit-test harness. The unit-tests > do require the use of the 'nose' python module. > Everything has been placed in the 'test' directory off of the root trunk > branch. There is a README file w

Re: [matplotlib-devel] Unit-Test Structure Submitted

2009-02-18 Thread Fernando Perez
On Wed, Feb 18, 2009 at 11:43 AM, James Evans wrote: > All, > > I have just submitted a first-cut at a unit-test harness. The unit-tests do > require the use of the 'nose' python module. [...] > Any questions or comments? This is great, many thanks! I'd just suggest, if possible, adding a to

[matplotlib-devel] Unit-Test Structure Submitted

2009-02-18 Thread James Evans
All, I have just submitted a first-cut at a unit-test harness. The unit-tests do require the use of the 'nose' python module. Everything has been placed in the 'test' directory off of the root trunk branch. There is a README file with lots of information on how to use it. This is in addition