shithub: aubio

ref: 3e944fe4401c4d77691eb0952eea5d66a003e06f
dir: /python/tests/run_all_tests/

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

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