Mercurial > hg
view tests/sitecustomize.py @ 21373:e478a9aab533
run-tests: move test discovery into TestRunner.run()
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 20 Apr 2014 10:04:15 -0700 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass