mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 02:54:06 +03:00
4b7119d691
* Add a default msg to show the response content. This seems like an issue with using assertResponseNoErrors and assertResponseHasErrors Which doesn't include any errors specific to the response and currently just shows. ```python self.assertNotIn("errors", list(content.keys())) AssertionError: 'errors' unexpectedly found in ['errors', 'data'] ``` * Update testing.py |
||
---|---|---|
.. | ||
debug | ||
filter | ||
forms | ||
management | ||
rest_framework | ||
static/graphene_django | ||
templates/graphene | ||
tests | ||
utils | ||
__init__.py | ||
compat.py | ||
conftest.py | ||
converter.py | ||
fields.py | ||
registry.py | ||
settings.py | ||
types.py | ||
views.py |