graphene-django/graphene_django/forms/tests
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
..
__init__.py Add Django form-based mutations 2017-10-02 09:31:58 -05:00
test_converter.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_mutation.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00