more mock.patch cleanup
This commit is contained in:
parent
1a51320e86
commit
48d78bd535
19 changed files with 44 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class TestQueryProcessor(unittest.TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
kojihub.QueryProcessor.iterchunksize = self.original_chunksize
|
||||
mock.patch.stopall()
|
||||
|
||||
def test_basic_instantiation(self):
|
||||
kojihub.QueryProcessor() # No exception!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue