예제 #1
0
 def test_ignored_path(self, path):
     self.assertTrue(
         bool(codecov.ignored_path("/home/ubuntu/" + path)),
         path + " should be ignored",
     )
     self.assertTrue(
         bool(codecov.ignored_path("/home/ubuntu/" + path + "/more paths")),
         path + " should be ignored",
     )
예제 #2
0
 def test_ignored_path(self, path):
     self.assertTrue(bool(codecov.ignored_path('/home/ubuntu/' + path)),
                     path + ' should be ignored')
     self.assertTrue(
         bool(codecov.ignored_path('/home/ubuntu/' + path + '/more paths')),
         path + ' should be ignored')
예제 #3
0
 def test_ignored_path(self, path):
     self.assertTrue(bool(codecov.ignored_path('/home/ubuntu/' + path)), path + ' should be ignored')
     self.assertTrue(bool(codecov.ignored_path('/home/ubuntu/' + path + '/more paths')), path + ' should be ignored')
예제 #4
0
 def test_ignored_path(self, path):
     self.assertTrue(bool(codecov.ignored_path("/home/ubuntu/" + path)), path + " should be ignored")
     self.assertTrue(bool(codecov.ignored_path("/home/ubuntu/" + path + "/more paths")), path + " should be ignored")