shithub: aubio

ref: 241e2fbdfb6e91d6912135a023b3a0efc4b81b65
dir: /python/tests/run_all_tests/

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

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