__init__.py
10 lines
| 284 B
| text/x-python
|
PythonLexer
Thomas Spura
|
r3408 | try: | ||
Laurent Gautier
|
r24867 | from numpy.testing import * | ||
Laurent Gautier
|
r24869 | from numpy.testing import dec | ||
Paul Ivanov
|
r3511 | from numpy.testing.noseclasses import KnownFailure | ||
Thomas Spura
|
r3408 | except ImportError: | ||
Thomas Kluyver
|
r13347 | from ._decorators import * | ||
MinRK
|
r3692 | try: | ||
Thomas Kluyver
|
r13347 | from ._numpy_testing_noseclasses import KnownFailure | ||
MinRK
|
r3692 | except ImportError: | ||
pass | ||||