tests/sitecustomize.py
author Matt Mackall <mpm@selenic.com>
Wed, 06 Aug 2014 10:34:54 -0500
changeset 22045 769198c6a62d
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
run-tests: add #require to abort full test This allows nuking a bunch of ugly hghave || exit 80 lines.

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass