예제 #1
0
    def tearDown(self):
        commonTearDown(self)

        # undo changes to the file system
        for dirt in self.dirtyFiles:
            rm(dirt)
        self.dirtyFiles = []
예제 #2
0
    def tearDown(self):
        commonTearDown(self)

        # undo changes to the file system
        for dirt in self.dirtyFiles:
            rm(dirt)
        self.dirtyFiles = []
예제 #3
0
 def tearDown(self):
     commonTearDown(self)
예제 #4
0
 def tearDown(self):
     commonTearDown(self)