Mercurial > python-hglib
view test.py @ 183:ae38fb772613
Added tag 2.3 for changeset 0f81ed8e147b
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 03 Jan 2017 17:21:08 -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()])