graphene/graphene
Erik Wrede 80e3498750
Fix Test Failure due to #1304
assert bar_graphql_type.interfaces == [foo_graphql_type] failed only on tox, because .interfaces was a tuple instead of a list. Error didn't occur using just pytest. Fixed by explicitly
converting both to list.
2022-08-13 14:51:58 +02:00
..
pyutils Chore: Refactor Multi Expression Code 2021-11-05 02:21:14 +01:00
relay Make Graphene compatible with Core 3.2 2022-05-07 00:50:03 +02:00
test Make Graphene compatible with Core 3.2 2022-05-07 00:50:03 +02:00
tests Merge pull request #1421 from Cito/upgrade-dev-env 2022-05-07 00:53:24 +02:00
types Fix Test Failure due to #1304 2022-08-13 14:51:58 +02:00
utils fix: default value for argument should be Undefined (Issue #1394) and update function from_global_id exception handling (b217aefa8c) 2022-03-20 18:49:44 +01:00
validation Chore: Refactor Multi Expression Code 2021-11-05 02:21:14 +01:00
__init__.py v3.1.0 2022-05-30 13:57:16 +01:00