Re: [Numpy-discussion] Writing successful tests

2014-04-14 Thread Matt Pagan
Robert Kern: > On Mon, Apr 14, 2014 at 5:26 AM, wrote: >> Greetings, >> >> I'm working on an additional function for numpy/lib/twodim_base.py. I'm >> trying to add some tests for the new function, and >> numpy/lib/tests/test_twodim_base.py seems like the right place for >> them. >> My problem is

Re: [Numpy-discussion] Writing successful tests

2014-04-14 Thread Robert Kern
On Mon, Apr 14, 2014 at 5:26 AM, wrote: > Greetings, > > I'm working on an additional function for numpy/lib/twodim_base.py. I'm > trying to add some tests for the new function, and > numpy/lib/tests/test_twodim_base.py seems like the right place for > them. > My problem is travis-ci tells me my

Re: [Numpy-discussion] Writing successful tests

2014-04-13 Thread Nathaniel Smith
On Mon, Apr 14, 2014 at 6:26 AM, wrote: > Greetings, > > I'm working on an additional function for numpy/lib/twodim_base.py. I'm > trying to add some tests for the new function, and > numpy/lib/tests/test_twodim_base.py seems like the right place for > them. > My problem is travis-ci tells me my

[Numpy-discussion] Writing successful tests

2014-04-13 Thread matt
Greetings, I'm working on an additional function for numpy/lib/twodim_base.py. I'm trying to add some tests for the new function, and numpy/lib/tests/test_twodim_base.py seems like the right place for them. My problem is travis-ci tells me my tests are no good. The error message I get on my loca