##// END OF EJS Templates
make know failures report as 'K'...
make know failures report as 'K' ported from numpy.testing.noseclasses, with the equivalent code extracted into _numpy_testing_noseclasses in case numpy is not installed. removed some unused imports throughout

File last commit:

r3511:b64f7540
r3511:b64f7540
Show More
__init__.py
7 lines | 275 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
# KnownFailure imported in _decorators from local version of
# noseclasses which is in _numpy_testing_noseclasses