shithub: aubio

ref: 7e5b1bc5a0d7599c9e0e37d74d77bef71be28ae5
dir: /python/tests/run_all_tests/

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

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