graphene-django/graphene_django
Tonye Jack 4b7119d691
Add a default msg to show the response content. (#1064)
* 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
2020-11-27 15:52:42 -08:00
..
debug Fix hasNextPage - revert to count. Fix after (#986) 2020-06-25 13:00:24 +01:00
filter Add offset pagination (#1013) 2020-10-26 09:09:21 -07:00
forms Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
management Disable system checks for graphql_schema management command (#939) 2020-04-19 20:42:00 +01:00
rest_framework BUGFIX: don't filter out lookup_field as input (required for update) (#1029) 2020-10-19 17:25:35 +01:00
static/graphene_django Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
templates/graphene Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
tests Add offset pagination (#1013) 2020-10-26 09:09:21 -07:00
utils Add a default msg to show the response content. (#1064) 2020-11-27 15:52:42 -08:00
__init__.py v2.13.0 2020-08-12 07:10:01 +01:00
compat.py Fix JSONField import (#1021) 2020-08-12 07:03:23 +01:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
converter.py Add converter for django 3.1 JSONField (#1017) 2020-08-07 10:22:15 +01:00
fields.py Add offset pagination (#1013) 2020-10-26 09:09:21 -07:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
types.py Fix Connection/Edge naming and add unit test (#1012) 2020-08-07 10:15:35 +01:00
views.py Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00