コード例 #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
ファイル: test_minimerge.py プロジェクト: minitage/minitage
 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
ファイル: test_minimerge.py プロジェクト: minitage/minitage
 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'])