def test_empty(self): exons = {} self.assertTrue( nx.is_isomorphic( build_splicegraph(exons), nx.DiGraph() ) )