unit test
This commit is contained in:
parent
1cd8585b29
commit
bf27153e1e
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ class TestGetNextBuild(unittest.TestCase):
|
||||||
self.get_next_release = mock.patch('kojihub.kojihub.get_next_release').start()
|
self.get_next_release = mock.patch('kojihub.kojihub.get_next_release').start()
|
||||||
self.new_build = mock.patch('kojihub.kojihub.new_build').start()
|
self.new_build = mock.patch('kojihub.kojihub.new_build').start()
|
||||||
self._dml = mock.patch('kojihub.kojihub._dml').start()
|
self._dml = mock.patch('kojihub.kojihub._dml').start()
|
||||||
|
self.Savepoint = mock.patch('kojihub.kojihub.Savepoint').start()
|
||||||
self.binfo = {'name': 'name', 'version': 'version'}
|
self.binfo = {'name': 'name', 'version': 'version'}
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue