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