view test.py @ 166:bfdc96f22321

Added tag 1.8 for changeset dbb21a4c0eb9
author Matt Mackall <mpm@selenic.com>
date Tue, 01 Sep 2015 17:03:10 -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()])