def test_no_test_log(self, first, second, third, fourth):
     self.assertEqual(first, len(list(checks.no_test_log(
         "%s('arg')" % second, third, fourth))))
예제 #2
0
 def test_no_test_log(self, first, second, third, fourth):
     self.assertEqual(
         first,
         len(list(checks.no_test_log("%s('arg')" % second, third, fourth))))