示例#1
0
def test_missing_key():
	tree = RedBlackTree(StubStorage())
	with raises(KeyError):
		tree.get('key')