mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-24 11:02:04 +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):
|
||||
GRAPHQL_SCHEMA = True
|
||||
|
||||
def runTest(self):
|
||||
pass
|
||||
|
||||
tc = TestClass()
|
||||
tc.setUpClass()
|
||||
tc.query("query { }", op_name="QueryName")
|
||||
|
|
Loading…
Reference in New Issue
Block a user