graphene-django/graphene_django/utils
Ülgen Sarıkavak 40e5252936
Use the Django TestCase's Client (#1084)
* Use the Django Client test utility instance that Django provides with its TestCase class. This allows GraphQL tests to make use of the stateful client methods like login()

* Add missing test case initializer call

* Don't break backward compability

* Add test for pending deprecation warning on GraphQLTestCase._client

Co-authored-by: Tom Nightingale <tom@tnightingale.com>
2020-12-30 21:12:24 -08:00
..
tests Use the Django TestCase's Client (#1084) 2020-12-30 21:12:24 -08: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 Replace Unidecode package with text_unidecode package #1014 (#1060) 2020-12-22 20:12:22 -08:00
testing.py Use the Django TestCase's Client (#1084) 2020-12-30 21:12:24 -08:00
utils.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00