Mercurial > hg
view tests/sitecustomize.py @ 13438:48463d889d4e stable
tests: update test-https.t output
I must have lost the insecure cert warning in a last minute patch series
cleanup of 08f9c587141f.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 18 Feb 2011 03:34:47 +0100 |
parents | 58128004cca1 |
children | 0b21ae0a2366 |
line wrap: on
line source
try: import coverage if hasattr(coverage, 'process_startup'): coverage.process_startup() except ImportError: pass