view test.py @ 217:e86a925ba6a0

hglib: add heptapod-ci file
author Mathias De Mare <mathias.de_mare@nokia.com>
date Tue, 14 Mar 2023 13:02:48 +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()])