view tests/sitecustomize.py @ 15522:cf0f3cb8a332

tests: don't use stdout redirection for test data Stdout redirection is not binary safe everywhere - for example not on windows with msys.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 16 Nov 2011 03:45:14 +0100
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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