mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-10-31 07:57:31 +03:00 
			
		
		
		
	| * 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 | ||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| str_converters.py | ||
| testing.py | ||
| utils.py | ||