view test.py @ 218:934608d4fcba

hglib: make sure configs can be passed to clone command Differential Revision: https://phab.mercurial-scm.org/D12360
author Mathias De Mare <mathias.de_mare@nokia.com>
date Wed, 09 Mar 2022 15:08:11 +0100
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()])