##// END OF EJS Templates
debug: add debugwireargs to test argument passing over the wire...
debug: add debugwireargs to test argument passing over the wire Tests argument passing locally, via HTTP, and via SSH. This is mainly preparation for the next patch.

File last commit:

r10648:58128004 stable
r13720:9c4e04fe default
Show More
sitecustomize.py
6 lines | 134 B | text/x-python | PythonLexer
try:
import coverage
if hasattr(coverage, 'process_startup'):
coverage.process_startup()
except ImportError:
pass