graphene-django/graphene_django/utils/tests
Ü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
..
__init__.py Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
test_str_converters.py Move to_const function from Graphene into Graphene-Django (#992) 2020-06-25 15:11:18 +01:00
test_testing.py Use the Django TestCase's Client (#1084) 2020-12-30 21:12:24 -08:00