shithub: aubio

ref: 40ed6a70a16ef7e8d262980dd4a6ec32d8cf5c02
dir: /python/tests/run_all_tests/

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

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