/graphene-issue-1469

Illustration of https://github.com/graphql-python/graphene/issues/1469

Primary LanguagePython

Illustration of graphql-python/graphene#1469:

python -m venv env
source env/bin/activate
pip install -r requirements.txt
cd myproject
pytest

If you look in tests.py, you'll see the last test fails.