Пример #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))