view tests/sitecustomize.py @ 24465:bb8e2b1a0803

test-manifest.py: separate out test for double-free after copy() The test that we don't double-free anything after creating a copy is currently mixed with the __setitem__ test. Let's separate them.
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 25 Mar 2015 14:21:34 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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