Mercurial > python-hglib
view test.py @ 172:028f66e8e3ca
Added tag 2.0 for changeset 2725547a5f92
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 01 Feb 2016 18:16:24 -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()])