shithub: aubio

ref: 65fc06ffc46d76633eb577a181a38fb9a4fa50f2
dir: /python/tests/run_all_tests/

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

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