コード例 #1
0
ファイル: test_parse.py プロジェクト: andrewgrz/graphql-py
def test_document_from_string_returns_document():
    assert isinstance(Document.from_string(simple_document), Document)