shithub: aubio

ref: ae15c6395dace8a3b0a9c4d798e28eb3b3e1e8ad
dir: /python/tests/run_all_tests/

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

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