view tests/sitecustomize.py @ 21836:232038a05fdb

test-context: add test for memctx status
author Sean Farley <sean.michael.farley@gmail.com>
date Fri, 13 Jun 2014 15:56:11 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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