You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2022. It is now read-only.
Populate request.body from bodyAsJson if given
If RequestBuilder.from_dict() is given a bodyAsJson field and no body
field, it makes sense to populate the requesty.body field with the
serialized value of bodyAsJson.
Fixes test_runner logging of graphql requests which makes this assumption.
Replace setuptools.errors with distutils.errors
Doing this makes us compatible with the
python3 -m venv .venv
setup, without any extra step required to use virtualenv or upgrade
setuptools.