shithub: aubio

ref: af98cb873a053e057961f756b65e25ae0ba27d3b
dir: /python/tests/run_all_tests/

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

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