tests/sitecustomize.py
author Dirkjan Ochtman <djc.ochtman@kentyde.com>
Thu, 11 Mar 2010 15:32:24 +0100
branchstable
changeset 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
tests: use external coverage, mandate newer version This removes the option for including the stdlib in coverage reports.

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass