shithub: aubio

ref: ff6d1b6e931ea03c7056f081ea7427f040460fc5
dir: /python/tests/run_all_tests/

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

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