shithub: aubio

ref: 693de50ac5ab978671b9a84ca8f1cb83a5bba77c
dir: /python/tests/run_all_tests/

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

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