shithub: aubio

ref: 9dcc6e5db1110d27f6a0de4a91d59e81a344e90b
dir: /python/tests/run_all_tests/

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

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