view test.py @ 78:031cbb8d4f65

examples: add simple stat-gathering example
author Matt Mackall <mpm@selenic.com>
date Wed, 09 Nov 2011 14:07:29 -0600
parents 37307caccf54
children
line wrap: on
line source

#!/usr/bin/env python

import nose
from tests import with_hg

if __name__ == '__main__':
    nose.main(addplugins=[with_hg.WithHgPlugin()])