shithub: aubio

ref: c3de7ca29c137fd4152a0957c7efe1d6eae70026
dir: /python/tests/run_all_tests/

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

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