shithub: aubio

ref: 53bb4da5d8af1bf85d8af529eb3c37c025c29d5d
dir: /python/tests/run_all_tests/

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

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