##// END OF EJS Templates
relax timeouts in pexpect console-frontend test...
relax timeouts in pexpect console-frontend test avoid false-failures due to slow subprocess startup

File last commit:

r3692:7403bafc
r7646:ed4be7d4
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