From f5d94fda1f4091d64783db3e6e623522d676d58a Mon Sep 17 00:00:00 2001 From: DJ Kim Date: Wed, 26 Aug 2020 07:01:44 -0800 Subject: [PATCH] Update testing.rst (#1026) Co-authored-by: DJ Kim --- docs/testing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/testing.rst b/docs/testing.rst index 72907b4..c24f7c4 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -90,6 +90,7 @@ To use pytest define a simple fixture using the query helper below .. code:: python # Create a fixture using the graphql_query helper and `client` fixture from `pytest-django`. + import json import pytest from graphene_django.utils.testing import graphql_query