def testNotImportantDirs(self):
     for d in self.notImportantDirs:
         self.assertFalse(isImportant(d, self.importantDirsPattern))
Esempio n. 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))
Esempio n. 4
0
 def testImportantDirs(self):
     for d in self.importantDirs:
         self.assertTrue(isImportant(d, self.importantDirsPattern))