shithub: aubio

ref: 413bc0f2981b407c0cbbf3f4a8d1f4b913323f0e
dir: /python/tests/run_all_tests/

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

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