shithub: aubio

ref: 2f4d9b70b4e49a7bf41139abb4f09fbf4158a58b
dir: /python/tests/run_all_tests/

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

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