shithub: aubio

ref: 4c65cb88e6e8f1dc287a3955476257a45e65d60d
dir: /python/tests/run_all_tests/

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

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