diff --git a/graphene_django/tests/test_utils.py b/graphene_django/tests/test_utils.py index 74e3c85..c0d376b 100644 --- a/graphene_django/tests/test_utils.py +++ b/graphene_django/tests/test_utils.py @@ -46,6 +46,9 @@ def test_graphql_test_case_op_name(post_mock): class TestClass(GraphQLTestCase): GRAPHQL_SCHEMA = True + def runTest(self): + pass + tc = TestClass() tc.setUpClass() tc.query("query { }", op_name="QueryName")