shithub: aubio

ref: 9492ec889bd77941c4d3d95327ac27b8160b19bd
dir: /python/tests/run_all_tests/

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

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