mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 09:12:18 +03:00
Add method for Python 2.7
This commit is contained in:
parent
5ad6bbc50e
commit
fc0833e1f9
|
@ -46,6 +46,9 @@ def test_graphql_test_case_op_name(post_mock):
|
||||||
class TestClass(GraphQLTestCase):
|
class TestClass(GraphQLTestCase):
|
||||||
GRAPHQL_SCHEMA = True
|
GRAPHQL_SCHEMA = True
|
||||||
|
|
||||||
|
def runTest(self):
|
||||||
|
pass
|
||||||
|
|
||||||
tc = TestClass()
|
tc = TestClass()
|
||||||
tc.setUpClass()
|
tc.setUpClass()
|
||||||
tc.query("query { }", op_name="QueryName")
|
tc.query("query { }", op_name="QueryName")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user