view test.py @ 106:7ce1c3b93414

Added tag 0.3 for changeset 86ff8611a8fa
author Matt Mackall <mpm@selenic.com>
date Thu, 01 Nov 2012 17:47:29 -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()])