Learn more about these different git repos.
Other Git URLs
66a1ef2
@@ -9,6 +9,7 @@
class DBQueryTestCase(unittest.TestCase):
def setUp(self):
+ mock.patch.stopall()
self.qp_execute_return_value = []
self.qp_execute_side_effect = None
self.QueryProcessor = mock.patch('kojihub.QueryProcessor',
Fixes: https://pagure.io/koji/issue/2758
rebased onto 66a1ef2
Metadata Update from @tkopecek: - Pull-request tagged with: no_qe
@jcupova
@julian8628 (check with #2733)
:thumbsup:
Commit bbe5b4c fixes this pull-request
Pull-Request has been merged by tkopecek
Fixes: https://pagure.io/koji/issue/2758