comparison test.py @ 76:37307caccf54

add a script to run tests with nose plugins loaded
author Idan Kamara <idankk86@gmail.com>
date Sat, 15 Oct 2011 20:09:59 +0200
parents
children
comparison
equal deleted inserted replaced
75:f4f636ecca3e 76:37307caccf54
1 #!/usr/bin/env python
2
3 import nose
4 from tests import with_hg
5
6 if __name__ == '__main__':
7 nose.main(addplugins=[with_hg.WithHgPlugin()])