##// END OF EJS Templates
fix message built for engine dying during task...
fix message built for engine dying during task The test_z_<foo>_crash tests actually test this, but they have long-since been skipped because people don't like the crash dialogs some OSes give.

File last commit:

r3692:7403bafc
r8199:193ccaa2
Show More
__init__.py
9 lines | 259 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
try:
from _numpy_testing_noseclasses import KnownFailure
except ImportError:
pass