Move db/auth to kojihub module
Related: https://pagure.io/koji/issue/3666
This commit is contained in:
parent
5ecc788603
commit
b0e91e378c
38 changed files with 128 additions and 140 deletions
|
|
@ -8,8 +8,8 @@ import kojihub
|
|||
class TestSavepoint(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.dml = mock.patch('koji.db._dml').start()
|
||||
self.context_db = mock.patch('koji.db.context').start()
|
||||
self.dml = mock.patch('kojihub.db._dml').start()
|
||||
self.context_db = mock.patch('kojihub.db.context').start()
|
||||
|
||||
def tearDown(self):
|
||||
mock.patch.stopall()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue