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é
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)
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
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
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
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
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
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
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().