shithub: aubio

ref: 60fdc8936a83f042c43d22644323136c9f34dc00
dir: /python/tests/run_all_tests/

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

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