shithub: aubio

ref: 5eea3b251c88d6e5523d7a30a2b83ad9475d5434
dir: /python/tests/run_all_tests/

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

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