예제 #1
0
 def testTearDown(self):
     os.chdir(self['bp'])
     testing.cleandist()
     testing.clean()
     for ep in (self['eggp'], self['dl']):
         if os.path.exists(ep):
             testing.rmdir(ep)
예제 #2
0
 def testTearDown(self):
     os.chdir(self['bp'])
     testing.cleandist()
     testing.clean()
     for ep in (self['eggp'], self['dl']):
         if os.path.exists(ep):
             testing.rmdir(ep)
예제 #3
0
 def testTearDown(self):
     paths = [
         self['p'] + '/eggs/minibuild-0',
         self['p'] + '/dependencies/python-2.4',
     ]
     for p in paths:
         if os.path.exists(p):
             rmdir(p)
예제 #4
0
 def tearDown(self):
      if os.path.exists(self.minilay):
          rmdir(self.minilay)
예제 #5
0
 def tearDown(self):
     if os.path.exists(self['bp']):
         testing.rmdir(self['bp'])
예제 #6
0
 def tearDown(self):
     if os.path.exists(self['bp']):
         testing.rmdir(self['bp'])