def test_8(self): c = ParserCache() self.assertFalse("casprr" in c.sequence_file_parsers)
def test_6(self): c = ParserCache() self.assertFalse("baz" in c.sequence_file_parsers)
def test_7(self): c = ParserCache() self.assertFalse("fasta" in c.contact_file_parsers)
def test_5(self): c = ParserCache() self.assertTrue("fasta" in c.sequence_file_parsers)
def test_4(self): c = ParserCache() self.assertFalse("bar" in c.contact_file_parsers)
def test_3(self): c = ParserCache() self.assertTrue("casprr" in c.contact_file_parsers)
def test_2(self): c = ParserCache() self.assertFalse("foo" in c)
def test_1(self): c = ParserCache() self.assertTrue("casprr" in c)