Mercurial > python-hglib
view test.py @ 132:9ecb271600fc
client: fix passing multiple config settings
author | Julien Cristau <julien.cristau@logilab.fr> |
---|---|
date | Tue, 30 Sep 2014 12:00:34 +0200 |
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()])