tests/sitecustomize.py
author Steven Brown <StevenGBrown@gmail.com>
Sat, 17 May 2014 17:09:10 +0800
changeset 21484 96cdf2e3dbef
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
tests: tests for the rss feeds This matches the existing tests for the atom feeds.

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