Exemplo n.º 1
0
 def test_all_tested(self):
     check = dict.fromkeys(list(Frames.keys()) + list(Frames_2_2.keys()))
     tested = [l[0] for l in self.DATA]
     for t in tested:
         check.pop(t, None)
     self.assertEqual(list(check.keys()), [])