shithub: aubio

ref: 8a3acadfb3882d09ce6a139409d72eb81d68a51f
dir: /python/tests/run_all_tests/

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

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