Mercurial > public > mercurial-scm > python-hglib
view test.py @ 162:e0678dfb7aec 1.7
setup: parse PKG-INFO for version information (issue3924)
author | Peter Elmers <peter.elmers@yahoo.com> |
---|---|
date | Thu, 23 Jul 2015 09:18:01 -0700 |
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()])