def testNotImportantDirs(self):
     for d in self.notImportantDirs:
         self.assertFalse(isImportant(d, self.importantDirsPattern))
Beispiel #2
0
 def testNotImportantDirs(self):
     for d in self.notImportantDirs:
         self.assertFalse(isImportant(d, self.importantDirsPattern))
 def testImportantDirs(self):
     for d in self.importantDirs:
         self.assertTrue(isImportant(d, self.importantDirsPattern))
Beispiel #4
0
 def testImportantDirs(self):
     for d in self.importantDirs:
         self.assertTrue(isImportant(d, self.importantDirsPattern))