view test.py @ 161:ec935041d1ff

Added tag 1.6 for changeset 91329df47df5
author Matt Mackall <mpm@selenic.com>
date Wed, 01 Apr 2015 13:34:58 -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()])