running python3.8 unittests with pytest under vscode - pytest exists with a sys.exit(1) when tests fail. This itself is OK - but VSCode i
pytest
vscode
sys.exit(1)