shithub: aubio

ref: 7165fc56c4aaa5eefb8c04f6eb9ca3c0980904dc
dir: /python/tests/run_all_tests/

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

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