Mercurial > python-hglib
view test.py @ 140:9c4f52467208
tests: disable largefiles test in update
This never really worked because reposetup isn't called when we add an
extension after the client session has started.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 17 Jan 2015 17:54:40 -0800 |
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()])