shithub: aubio

ref: b67e715f833a930125968b8ccdc33380ac530d97
dir: /python/tests/run_all_tests/

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

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