1#!/bin/bash 2 3python -m pytest pyfakefs/pytest_tests/pytest_plugin_test.py 4if [[ $PY_VERSION == '3.6' ]] || [[ $PY_VERSION == '3.7' ]] || [[ $PY_VERSION == '3.8' ]] || [[ $PY_VERSION == '3.9' ]] ; then 5 python -m pytest pyfakefs/pytest_tests/pytest_fixture_test.py 6fi 7python -m pytest pyfakefs/pytest_tests/pytest_plugin_failing_helper.py > ./testresult.txt 8python -m pytest pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py 9