Exemplo n.º 1
0
 def test_negatives(self):
     for fp in self.negatives:
         self.assertEqual(_blast7_sniffer(fp), (False, {}))
Exemplo n.º 2
0
 def test_negatives(self):
     for fp in self.negatives:
         self.assertEqual(_blast7_sniffer(fp), (False, {}))
Exemplo n.º 3
0
 def test_positives(self):
     for fp in self.positives:
         self.assertEqual(_blast7_sniffer(fp), (True, {}))
Exemplo n.º 4
0
 def test_positives(self):
     for fp in self.positives:
         self.assertEqual(_blast7_sniffer(fp), (True, {}))