Пример #1
0
 def test_8(self):
     c = ParserCache()
     self.assertFalse("casprr" in c.sequence_file_parsers)
Пример #2
0
 def test_6(self):
     c = ParserCache()
     self.assertFalse("baz" in c.sequence_file_parsers)
Пример #3
0
 def test_7(self):
     c = ParserCache()
     self.assertFalse("fasta" in c.contact_file_parsers)
Пример #4
0
 def test_5(self):
     c = ParserCache()
     self.assertTrue("fasta" in c.sequence_file_parsers)
Пример #5
0
 def test_4(self):
     c = ParserCache()
     self.assertFalse("bar" in c.contact_file_parsers)
Пример #6
0
 def test_3(self):
     c = ParserCache()
     self.assertTrue("casprr" in c.contact_file_parsers)
Пример #7
0
 def test_2(self):
     c = ParserCache()
     self.assertFalse("foo" in c)
Пример #8
0
 def test_1(self):
     c = ParserCache()
     self.assertTrue("casprr" in c)