From: Paul Brossier Date: Thu, 1 Nov 2018 23:17:21 +0000 (+0100) Subject: [tests] remove run_all_tests X-Git-Tag: 0.4.9~71^2~38 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=235a8911292046a6080a70534cd7e6adb3ea2b97;p=aubio.git [tests] remove run_all_tests --- diff --git a/python/tests/run_all_tests b/python/tests/run_all_tests deleted file mode 100755 index bc6bb8c0..00000000 --- a/python/tests/run_all_tests +++ /dev/null @@ -1,5 +0,0 @@ -#! /usr/bin/env python - -if __name__ == '__main__': - import nose2.main - nose2.discover()