Mercurial > python-hglib
view test.py @ 163:8bc9c076cbb6
Added tag 1.7 for changeset e0678dfb7aec
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 31 Jul 2015 12:20:22 -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()])