graphene-django/graphene_django/rest_framework
Jean-Louis Fuchs b9f0e4f9ae
Make tests order independent (#932)
* Reset the global registry after each test (teardown)

* Create a settings fixtures that returns graphene_settings and resets
  the graphene_settings after use (teardown)

* Convert test_mutation tests from unittests.TestCase to pytest

* Convert test_mutation PetType to a pet_type fixtures that reregisters
  the type
2020-04-20 13:23:20 +01:00
..
tests Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
models.py use to_representation in favor of get_attribute (#848) 2020-02-21 17:42:47 +00:00
mutation.py Exclude read_only fields from input (#882) 2020-02-23 09:48:33 +00:00
serializer_converter.py Adding support for disabling enum creation on SerializerMutation (#851) 2020-02-07 10:17:56 +00:00
types.py Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00