예제 #1
0
 def test_is_report(self, path):
     self.assertFalse(
         bool(codecov.ignored_report("/home/file/" + path)),
         path + " should not be ignored",
     )
     self.assertTrue(bool(codecov.is_report("/home/file/" + path)),
                     path + " should be a report")
예제 #2
0
 def test_is_report(self, path):
     self.assertFalse(bool(codecov.ignored_report('/home/file/' + path)),
                      path + ' should not be ignored')
     self.assertTrue(bool(codecov.is_report('/home/file/' + path)),
                     path + ' should be a report')
예제 #3
0
 def test_is_report(self, path):
     self.assertFalse(bool(codecov.ignored_report('/home/file/' + path)), path + ' should not be ignored')
     self.assertTrue(bool(codecov.is_report('/home/file/' + path)), path + ' should be a report')
예제 #4
0
 def test_is_report(self, path):
     self.assertFalse(bool(codecov.ignored_report("/home/file/" + path)), path + " should not be ignored")
     self.assertTrue(bool(codecov.is_report("/home/file/" + path)), path + " should be a report")