shithub: aubio

ref: e65fbec11f5e2ab3de411c84cd3a17c547eea4fe
dir: /python/tests/run_all_tests/

View raw version
#! /usr/bin/env python

if __name__ == '__main__':
    import nose2.main
    nose2.discover()