more missing tearDowns

This commit is contained in:
Mike McLean 2024-03-30 10:00:48 -04:00 committed by Tomas Kopecek
parent f49ee80a7b
commit 2485b87294
65 changed files with 189 additions and 6 deletions

View file

@ -19,6 +19,9 @@ class TestFreeTask(utils.CliTestCase):
%s: error: {message}
""" % (self.progname, self.progname)
def tearDown(self):
mock.patch.stopall()
def test_free_task_without_arg(self):
expected = self.format_error_message('please specify at least one task_id')
self.assert_system_exit(