view test.py @ 128:838c5a91ed44

tests: skip test using assertIn on Python < 2.7
author Matt Mackall <mpm@selenic.com>
date Thu, 31 Jul 2014 15:30:51 -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()])