shithub: aubio

ref: b65230ac69ae27a954008e5e1bce96193363c413
dir: /python/tests/run_all_tests/

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

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