shithub: aubio

ref: eb8f7d5cf77029116d6658a4373ebe71b539e126
dir: /python/tests/run_all_tests/

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

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