shithub: aubio

ref: 0ad2e175e503afc61ee0d1168f748457ed36072d
dir: /python/tests/run_all_tests/

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

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