Skip to content

Instantly share code, notes, and snippets.

@alexhafner
alexhafner / gist:a78f493f1b869df0ba112b4acb5da5e9
Created September 20, 2021 14:33
Test succeed with UnforgivingExecutionContext
❯ tox -e py38
py38 installed: aniso8601==9.0.1,attrs==21.2.0,certifi==2021.5.30,charset-normalizer==2.0.6,coverage==5.5,coveralls==1.11.1,docopt==0.6.2,fastdiff==0.3.0,graphene @ file:///Users/alexhafner/git/forks/graphene,graphql-core==3.1.6,graphql-relay==3.1.0,idna==3.2,iso8601==0.1.16,mock==4.0.3,more-itertools==8.10.0,packaging==21.0,pluggy==0.13.1,promise==2.3,py==1.10.0,py-cpuinfo==8.0.0,pyparsing==2.4.7,pytest==5.4.3,pytest-asyncio==0.15.1,pytest-benchmark==3.4.1,pytest-cov==2.12.1,pytest-mock==2.0.0,pytz==2021.1,requests==2.26.0,six==1.16.0,snapshottest==0.6.0,termcolor==1.1.0,toml==0.10.2,urllib3==1.26.6,wasmer==1.0.0,wasmer_compiler_cranelift==1.0.0,wcwidth==0.2.5
py38 run-test-pre: PYTHONHASHSEED='1868156478'
py38 run-test: commands[0] | pytest --cov=graphene graphene examples
=========================================================================== test session starts ============================================================================
platform darwin -- Python 3.8.7, pytest-5.4.3, py-1
@alexhafner
alexhafner / gist:5215ef726b356eef6571efb969f6a3e7
Created September 20, 2021 14:26
pytest result without unforgivingexecutioncontext
❯ tox -e py38
py38 create: /Users/alexhafner/git/forks/graphene/.tox/py38
py38 installdeps: .[test]
py38 installed: aniso8601==9.0.1,attrs==21.2.0,certifi==2021.5.30,charset-normalizer==2.0.6,coverage==5.5,coveralls==1.11.1,docopt==0.6.2,fastdiff==0.3.0,graphene @ file:///Users/alexhafner/git/forks/graphene,graphql-core==3.1.6,graphql-relay==3.1.0,idna==3.2,iso8601==0.1.16,mock==4.0.3,more-itertools==8.10.0,packaging==21.0,pluggy==0.13.1,promise==2.3,py==1.10.0,py-cpuinfo==8.0.0,pyparsing==2.4.7,pytest==5.4.3,pytest-asyncio==0.15.1,pytest-benchmark==3.4.1,pytest-cov==2.12.1,pytest-mock==2.0.0,pytz==2021.1,requests==2.26.0,six==1.16.0,snapshottest==0.6.0,termcolor==1.1.0,toml==0.10.2,urllib3==1.26.6,wasmer==1.0.0,wasmer_compiler_cranelift==1.0.0,wcwidth==0.2.5
py38 run-test-pre: PYTHONHASHSEED='3305033575'
py38 run-test: commands[0] | pytest --cov=graphene graphene examples
=========================================================================== test session starts ==========================================