mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Remove print statements for debugging in schema test
This commit is contained in:
parent
ff83b72b68
commit
5991c6efca
|
@ -52,8 +52,4 @@ def test_schema_str():
|
|||
|
||||
def test_schema_introspect():
|
||||
schema = Schema(Query)
|
||||
print()
|
||||
print(schema)
|
||||
print()
|
||||
print(schema.introspect())
|
||||
assert "__schema" in schema.introspect()
|
||||
|
|
Loading…
Reference in New Issue
Block a user