shithub: aubio

ref: 6cf48bc9f2c894d389a8b7b89a93837e4b9b7616
dir: /python/tests/run_all_tests/

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

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