shithub: aubio

ref: 20ce2adbd3f70fa13b952892d03aea7bc1dc2902
dir: /python/tests/run_all_tests/

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

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