shithub: aubio

ref: 34d4232cb493709ac70de72335d28e24fec95c1a
dir: /python/tests/run_all_tests/

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

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