shithub: aubio

ref: 762f05a7d9681f0050fd5651699c314f84133bdb
dir: /python/tests/run_all_tests/

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

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