shithub: aubio

ref: 27fdf814d98dd5703865b3913387678d8c6b9b8d
dir: /python/tests/run_all_tests/

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

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