Mercurial > python-hglib
view test.py @ 130:df808f92c0f1 1.3
tests: skip hidden/obsolete tests on older hg
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 31 Jul 2014 15:58:42 -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()])