510
510
expected = boundary.copy()
511
511
expected.pop('a') # 'a' is not in the ancestry of 'c', all the
515
516
def test_iter_ancestry_with_ghost(self):
516
517
graph = self.make_graph(with_ghost)
517
518
expected = with_ghost.copy()
518
519
# 'a' is not in the ancestry of 'c', and 'g' is a ghost
523
525
def test_filter_candidate_lca(self):
524
526
"""Test filter_candidate_lca for a corner case