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