Wei Lu
0b144e6ef8
Revert "Merge branch 'main' into main"
...
This reverts commit eeaa2234b4 , reversing
changes made to 6928b3fb6c .
2024-11-07 16:13:22 -05:00
Syberen van Munster
bb03306075
Move testing endpoint to settings ( #1105 )
...
* Import testing endpoint from graphene settings
* Add documentation for TESTING_ENDPOINT setting
* Remove empty lines
* Run formatter
Co-authored-by: Firas K <3097061+firaskafri@users.noreply.github.com>
2022-09-26 01:56:22 +03:00
Thomas Leonard
42a40b4df0
chore: update dev dependencies ( #1345 )
...
Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
2022-09-22 10:26:21 +01:00
Ülgen Sarıkavak
ea84827ab8
Fix backward compability on GraphQLTestCase._client setter ( #1094 )
2021-01-09 19:14:54 -08:00
Jason Kraus
8324d47999
Merge branch 'v2' into main
2020-12-30 22:31:41 -08:00
Ü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
Jean-Louis Fuchs
08d0cce55a
Move to_const function from Graphene into Graphene-Django ( #992 ) ( #996 )
...
Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
2020-06-27 10:43:25 +01:00
Jonathan Kim
1bec8e44b7
Move to_const function from Graphene into Graphene-Django ( #992 )
2020-06-25 15:11:18 +01:00