view tests/sitecustomize.py @ 16916:c76175cd1415

test-rollback: enable for Windows but without the part that needs serve
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 11 Jun 2012 19:04:18 +0200
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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