shithub: aubio

ref: 3d8a6c0bce4cd51ae79ad7360fc69866f14e4e6c
dir: /python/tests/run_all_tests/

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

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