view test.py @ 121:cc905ee18449

Added tag 1.2 for changeset 5d3783aebe5f
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Feb 2014 15:30:18 -0600
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()])