shithub: aubio

ref: 51d0a3ccf4b21607e07e4e53c5a016c817fc07c4
dir: /python/tests/run_all_tests/

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

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