graphene-django/graphene_django
Ülgen Sarıkavak 40e5252936
Use the Django TestCase's Client ()
* 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
..
debug Fix hasNextPage - revert to count. Fix after () 2020-06-25 13:00:24 +01:00
filter Also convert BaseCSVFilter for custom fields () 2020-12-30 21:03:57 -08:00
forms Handle database transactions () 2020-12-22 20:18:14 -08:00
management Fix issue () 2020-12-22 20:13:34 -08:00
rest_framework BUGFIX: don't filter out lookup_field as input (required for update) () 2020-10-19 17:25:35 +01:00
static/graphene_django Add headers support to GraphiQL () 2020-08-07 10:13:26 +01:00
templates/graphene Add headers support to GraphiQL () 2020-08-07 10:13:26 +01:00
tests Use the Django TestCase's Client () 2020-12-30 21:12:24 -08:00
utils Use the Django TestCase's Client () 2020-12-30 21:12:24 -08:00
__init__.py v2.14.0 2020-12-22 20:23:41 -08:00
compat.py Fix JSONField import () 2020-08-12 07:03:23 +01:00
conftest.py Make tests order independent () 2020-04-20 13:23:20 +01:00
constants.py Handle database transactions () 2020-12-22 20:18:14 -08:00
converter.py improvement: convert decimal field to graphene decimal () 2020-12-30 08:25:41 -08:00
fields.py Fix 1061: DjangoListField should not cache queries () 2020-12-22 20:10:28 -08:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Handle database transactions () 2020-12-22 20:18:14 -08:00
types.py Fix Connection/Edge naming and add unit test () 2020-08-07 10:15:35 +01:00
views.py Handle database transactions () 2020-12-22 20:18:14 -08:00