shithub: aubio

ref: 9b23815ef6b80c6bdea50649cbd97f831b12bb31
dir: /python/tests/run_all_tests/

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

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