Mercurial > python-hglib
view test.py @ 170:ffca01835a7c
Added tag 1.9 for changeset e6589149b2c8
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 01 Oct 2015 12:38:14 -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()])