graphene-django/graphene_django/tests
Florian Zimmermann e69e4a0399
Bugfix: call resolver function in DjangoConnectionField as documented (#1529)
* treat warnings as errors when running the tests

* silence warnings

* bugfix: let DjangoConnectionField call its resolver function

that is, the one specified using DjangoConnectionField(..., resolver=some_func)

* ignore the DeprecationWarning about typing.ByteString in graphql
2025-03-13 11:25:48 +03:00
..
issues Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
forms.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
models.py fix typed choices, make working with different Django 5x choices options (#1539) 2025-03-13 11:23:51 +03:00
mutations.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
schema_view.py Upgrade github actions versions, default python and dev dependencies (#1407) 2023-05-03 13:25:16 +03:00
schema.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
test_command.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
test_converter.py Bugfix: call resolver function in DjangoConnectionField as documented (#1529) 2025-03-13 11:25:48 +03:00
test_fields.py Not require explicitly set ordering in DjangoConnectionField (#1518) 2024-04-18 12:00:31 +08:00
test_forms.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
test_get_queryset.py Bugfix: call resolver function in DjangoConnectionField as documented (#1529) 2025-03-13 11:25:48 +03:00
test_query.py Bugfix: call resolver function in DjangoConnectionField as documented (#1529) 2025-03-13 11:25:48 +03:00
test_schema.py fix typed choices, make working with different Django 5x choices options (#1539) 2025-03-13 11:23:51 +03:00
test_types.py fix typed choices, make working with different Django 5x choices options (#1539) 2025-03-13 11:23:51 +03:00
test_utils.py Use ruff in pre-commit (#1441) 2023-08-06 01:47:00 +03:00
test_views.py Make use of http.HTTPStatus for response status code checks (#1487) 2024-04-09 03:43:34 +03:00
types.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
urls_inherited.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
urls_pretty.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
urls_validation.py Add support for validation rules (#1475) 2023-12-20 12:48:45 +03:00
urls.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00