shithub: aubio

ref: 7c85c153c6e39b86bdb5fbc9925839b94684bef5
dir: /python/tests/run_all_tests/

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

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