Example #1
0
 def setUp(self):
     testhelp.TestCase.setUp(self)
     self.archivePath = resources.get_archive()
Example #2
0
        def __init__(self, path):
            self.path = path

            archivePath = resources.get_archive()
            f = file(os.path.join(archivePath, self.path))
            self.read = f.read