Mercurial > python-hglib
view test.py @ 203:5828b4483012
Added signature for changeset 67398bbf788d
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 25 Apr 2018 13:30:56 -0400 |
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()])