On Sun, Jul 8, 2012 at 7:30 PM, Chris Ball wrote:
> On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith wrote:
>> On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote:
>>> Hi,
>>>
>>> When calling tools/test-installed-numpy.py
>>> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py
On Sun, Jul 8, 2012 at 6:52 PM, Nathaniel Smith wrote:
> On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote:
>> Hi,
>>
>> When calling tools/test-installed-numpy.py
>> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py),
>> I can pass options to nose by supplying those option
On Sun, Jul 8, 2012 at 6:44 PM, Chris Ball wrote:
> Hi,
>
> When calling tools/test-installed-numpy.py
> (https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py),
> I can pass options to nose by supplying those options after "--", eg:
> $ python tools/test-installed-numpy.py -- -
Hi,
When calling tools/test-installed-numpy.py
(https://github.com/numpy/numpy/blob/master/tools/test-installed-numpy.py),
I can pass options to nose by supplying those options after "--", eg:
$ python tools/test-installed-numpy.py -- --with-xunit
(which passes "--with-xunit" to nose).
NumPy's to