##// END OF EJS Templates
tests: add "(glob)" to output in test-histedit-commute.t for Windows...
tests: add "(glob)" to output in test-histedit-commute.t for Windows This goes with the changes in 3831e9b3750a.

File last commit:

r14971:0b21ae0a default
r23921:387d6cbb 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