[NumPy-Tickets] [NumPy] #1089: numpy.test does not find all tests
NumPy Trac
numpy-tickets@scipy....
Thu Mar 3 02:42:10 CST 2011
#1089: numpy.test does not find all tests
---------------------------+------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.5.1
Component: numpy.testing | Version:
Keywords: |
---------------------------+------------------------------------------------
Comment(by rgommers):
Actually, the test_format tests are also skipped on purpose:
{{{
def test_memmap_roundtrip():
# XXX: test crashes nose on windows. Fix this
if not (sys.platform == 'win32' or sys.platform == 'cygwin'):
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1089#comment:6>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list