Mercurial > python-hglib
view test.py @ 210:513ebe91dc72
tox: add more Mercurial versions
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 11 Dec 2019 09:39:53 -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()])