Re: [Numpy-discussion] NumpyTest problem

2008-06-10 Thread Charles R Harris
On Tue, Jun 10, 2008 at 8:49 PM, David Huard <[EMAIL PROTECTED]> wrote: > Charles, > > This bug appeared after your change in r5217: > > Index: numpytest.py > === > --- numpytest.py(révision 5216) > +++ numpytest.py(ré

Re: [Numpy-discussion] NumpyTest problem

2008-06-10 Thread David Huard
Charles, This bug appeared after your change in r5217: Index: numpytest.py === --- numpytest.py(révision 5216) +++ numpytest.py(révision 5217) @@ -527,7 +527,7 @@ all_tests = unittest.TestSuite(suite_list)

Re: [Numpy-discussion] NumpyTest problem

2008-06-03 Thread Christopher Burns
Pierre, I believe if you rename your TimingTests they'll work. Nose looks for functions starting with "test", and runs those. So your 'utility' functions like testta, testtb... should not begin with "test", but the function calling them, timingTest, should. Probably want to use more meaningful

Re: [Numpy-discussion] NumpyTest problem

2008-06-02 Thread Pierre GM
On Monday 02 June 2008 11:45:31 Alan McIntyre wrote: > We're in the process of switching to nose > (http://www.somethingaboutorange.com/mrl/projects/nose/) as the test > framework for 1.2; I'll try to keep an eye on stuff like that and make > it work properly if I can. Alan, Thanks a lot again for

Re: [Numpy-discussion] NumpyTest problem

2008-06-02 Thread David Huard
Hi Alan, Thanks for looking into it. David 2008/6/2 Alan McIntyre <[EMAIL PROTECTED]>: > David, > > We're in the process of switching to nose > (http://www.somethingaboutorange.com/mrl/projects/nose/) as the test > framework for 1.2; I'll try to keep an eye on stuff like that and make > it wor

Re: [Numpy-discussion] NumpyTest problem

2008-06-02 Thread David Huard
numpy.test(level=10,all=0) seems to work fine. ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] NumpyTest problem

2008-06-02 Thread Alan McIntyre
David, We're in the process of switching to nose (http://www.somethingaboutorange.com/mrl/projects/nose/) as the test framework for 1.2; I'll try to keep an eye on stuff like that and make it work properly if I can. Alan On Mon, Jun 2, 2008 at 11:20 AM, David Huard <[EMAIL PROTECTED]> wrote: > H

Re: [Numpy-discussion] NumpyTest problem

2008-06-02 Thread Charles R Harris
On Mon, Jun 2, 2008 at 9:20 AM, David Huard <[EMAIL PROTECTED]> wrote: > Hi, > > There are 2 problems with NumpyTest > > 1. It fails if the command is given the file name only (without a directory > structure) > > E.g.: > > [EMAIL PROTECTED]:~/repos/numpy/numpy/tests$ python test_ctypeslib.py > Tr

[Numpy-discussion] NumpyTest problem

2008-06-02 Thread David Huard
Hi, There are 2 problems with NumpyTest 1. It fails if the command is given the file name only (without a directory structure) E.g.: [EMAIL PROTECTED]:~/repos/numpy/numpy/tests$ python test_ctypeslib.py Traceback (most recent call last): File "test_ctypeslib.py", line 87, in NumpyTest().