shithub: aubio

ref: d66d2ac3f386467f0da5809224c973c74b8533f0
dir: /python/tests/run_all_tests/

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

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