##// END OF EJS Templates
tests: ignore slash direction in paths in test-notify-changegroup.t...
tests: ignore slash direction in paths in test-notify-changegroup.t Fixes testing on windows after 2a7fa7c641d8.

File last commit:

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