shithub: aubio

ref: 562e9080d06abb5b6c1c25acf79794adeaf01b92
dir: /python/tests/run_all_tests/

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

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