diff --git a/docs/testing.rst b/docs/testing.rst index 473a9ba..6dcb237 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -12,12 +12,8 @@ Usage: import json from graphene_django.utils.testing import GraphQLTestCase - from my_project.config.schema import schema class MyFancyTestCase(GraphQLTestCase): - # Here you need to inject your test case's schema - GRAPHQL_SCHEMA = schema - def test_some_query(self): response = self.query( '''