shithub: aubio

ref: c7844d8ac0cf109fb8c4356d3e371c5ebfa7d739
dir: /python/tests/run_all_tests/

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

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