shithub: aubio

ref: 58eb25022baf1c2c9d1aeda0833368778ca106f5
dir: /python/tests/run_all_tests/

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

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