Beispiel #1
0
 def test_read(self):
     for out_class in output_classes:
         with self.subTest(out_class.__name__):
             test_read(out_class, folder=rsrcs_out, testcase=self)
Beispiel #2
0
 def test_read(self):
     for final_out_class in final_out_classes:
         with self.subTest(final_out_class.__name__):
             test_read(final_out_class, folder=rsrcs_out, testcase=self)
Beispiel #3
0
 def test_read(self):
     for inp_class in input_classes:
         with self.subTest(inp_class.__name__):
             test_read(inp_class, folder=rsrcs, testcase=self)