[NumPy-Tickets] [NumPy] #1089: numpy.test does not find all tests
NumPy Trac
numpy-tickets@scipy....
Sat Mar 26 15:30:05 CDT 2011
#1089: numpy.test does not find all tests
----------------------------+-----------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.5.1
Component: numpy.testing | Version:
Resolution: fixed | Keywords:
----------------------------+-----------------------------------------------
Changes (by rgommers):
* status: needs_decision => closed
* resolution: => fixed
Comment:
Just came across the explanation of the last six tests. In
{{{NoseTester.prepare_test_args}}}:
{{{
# bypass these samples under distutils
argv += ['--exclude','f2py_ext']
argv += ['--exclude','f2py_f90_ext']
argv += ['--exclude','gen_ext']
argv += ['--exclude','pyrex_ext']
argv += ['--exclude','swig_ext']
}}}
So case closed.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1089#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list