view tests/sitecustomize.py @ 23198:20c4e7a994ac

test-status-rev: document one more broken test The status for missing_content2_content2-untracked doesn't get reported at all. Since the file does exist in the working copy, it should reported as unknown. Document that in the test.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 04 Nov 2014 12:26:06 -0800
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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