コード例 #1
0
def test_tree_instance():
  tree = BinaryTree()
  assert tree._root == None