graphene-django/graphene_django/utils
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
..
tests Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
__init__.py Apply camel case converter to field names in DRF errors (#514) 2019-06-25 09:40:29 +01:00
str_converters.py Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
testing.py Add a default msg to show the response content. (#1064) 2020-11-27 15:52:42 -08:00
utils.py add Django 3.0 to the test matrix (#793) 2019-10-18 11:38:59 +01:00