##// END OF EJS Templates
nose2pytest migration batch 1...
nose2pytest migration batch 1 Most of the changes done by sed -i s/nt.assert/assert/ -> use nose2pytest script from `nose2pytest` module from https://github.com/schollii/nose2pytest/ At the end some manual changes (mostly about proper pytest module import). Signed-off-by: Tomasz Kłoczko <kloczek@github.com>

File last commit:

r25117:ea4ab3aa
r26749:8ab56c7c
Show More
__init__.py
8 lines | 235 B | text/x-python | PythonLexer
try:
from numpy.testing import KnownFailure, knownfailureif
except ImportError:
from ._decorators import knownfailureif
try:
from ._numpy_testing_noseclasses import KnownFailure
except ImportError:
pass