shithub: aubio

ref: f49cf4cdbd40ee3c51e1d70e31713dc0bb04e8f6
dir: /python/tests/run_all_tests/

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

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