def run_tests()

in source/mediainfo/setup.py [0:0]


    def run_tests(self):
        run_bash_command('rm -rf ./pytests && mkdir ./pytests')
        run_bash_command('cp lambda_function.py ./test*.py ./pytests')
        run_bash_command('python3 -m unittest discover -s ./pytests -v')
        run_bash_command('rm -rf ./pytests')