##// END OF EJS Templates
tag crash tests with @attr('crash')...
tag crash tests with @attr('crash') instead of simply Skipping

File last commit:

r3410:21647ae3
r8200:2826eb35
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *