##// END OF EJS Templates
run-tests: remove files that we potentially create outside of $TMPDIR
run-tests: remove files that we potentially create outside of $TMPDIR

File last commit:

r14971:0b21ae0a default
r20019:edbf7f1f 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