view test.py @ 111:63b92316623e

Added tag 0.9 for changeset c635e6e7054f
author Matt Mackall <mpm@selenic.com>
date Wed, 01 May 2013 17:53:11 -0500
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()])