more missing tearDowns
This commit is contained in:
parent
f49ee80a7b
commit
2485b87294
65 changed files with 189 additions and 6 deletions
|
|
@ -48,6 +48,9 @@ https://docs.pagure.org/koji/HOWTO/#package-organization
|
|||
%s: error: {message}
|
||||
""" % (self.progname, self.progname, self.progname)
|
||||
|
||||
def tearDown(self):
|
||||
mock.patch.stopall()
|
||||
|
||||
@mock.patch('sys.stdout', new_callable=six.StringIO)
|
||||
def test_handle_build_from_srpm(self, stdout):
|
||||
args = [self.target, self.source_srpm]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue