shithub: aubio

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

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

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