tests/sitecustomize.py
author Simon Heimberg <simohe@besonet.ch>
Fri, 17 Jan 2014 21:13:20 +0100
changeset 20494 ea3adeac5248
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
tests: killdaemons.py for windows waits for killed process to terminate After kill, wait for the process to terminate. When it does not in time, write a debug message similar as in other os. But no 2nd forceful attempt is done.

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