clean up test dir
This commit is contained in:
parent
88efb9dbef
commit
456263b109
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import datetime
|
||||
import shutil
|
||||
import os.path
|
||||
import tempfile
|
||||
from unittest import mock
|
||||
|
|
@ -247,6 +248,7 @@ class TestPromoteBuildFiles(unittest.TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
mock.patch.stopall()
|
||||
shutil.rmtree(self.tempdir)
|
||||
|
||||
def test_promote_build_volume_link(self):
|
||||
self.get_build.side_effect = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue