view test.py @ 139:c62635b24826

Added tag 1.5 for changeset a05cdc1579df
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Nov 2014 22:59:12 -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()])