tests/sitecustomize.py
author Erik Zielke <ez@aragost.com>
Tue, 28 Sep 2010 13:09:22 +0200
changeset 12588 41fa32a6b6f8
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
test-subrepo-recursion: deleted default arguments Deleted default arguments from test-sub-repo-recursion. Rationale is that it is confusing to read, when the arguments aren't at each command in the test

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass