graphene-django/graphene_django/forms
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 Fix flake8 issue 2017-10-02 09:31:58 -05:00
converter.py Bugfix: FormMutation was always causing boolean fields to be required 2019-04-05 14:27:53 +02:00
forms.py resolve django translation deprecation warnings (#847) 2020-01-11 14:52:41 +01:00
mutation.py Fix DjangoModelFormMutation (#915) 2020-04-12 20:01:30 +01:00
types.py Remove duplicate ErrorType (#701) 2019-07-07 20:06:01 +01:00