shithub: aubio

ref: 724922c54fe17cb1a4e8fc59a9a37099c6f8ae5b
dir: /python/tests/run_all_tests/

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

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