blob: 0d49ec61de8f856e38f1d508d11d8ecb452588ac [file] [log] [blame]
#!/bin/bash
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
source ~/.venv/bin/activate
fi
python -m pytest pyfakefs/pytest_tests/pytest_plugin_failing_test.py > ./testresult.txt
python -m pytest pyfakefs/pytest_tests/pytest_check_failed_plugin_test.py && \
python -m pytest pyfakefs/pytest_tests/pytest_plugin_test.py