##// END OF EJS Templates
tests: skip permissions tests in test-phases-exchange when fs lacks permissions
tests: skip permissions tests in test-phases-exchange when fs lacks permissions

File last commit:

r14971:0b21ae0a default
r19116:dfb51483 stable
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass