shithub: aubio

ref: 929d76cc4f028a0c9ddf36a66c3063ced1ae82b9
dir: /python/tests/run_all_tests/

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

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