shithub: aubio

ref: 25e0b0ef3ece7bc6787900053b549ee896eb65c1
dir: /python/tests/run_all_tests/

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

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