mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
Get tests of the retry decorator working in the test suite.
This commit is contained in:
@@ -70,7 +70,7 @@ class TestKojiBuilder(unittest.TestCase):
|
||||
|
||||
with self.assertRaises(IOError):
|
||||
fake_kmb.buildroot_ready()
|
||||
self.assertEquals(mocked_kojiutil.checkForBuilds.call_count, 5)
|
||||
self.assertEquals(mocked_kojiutil.checkForBuilds.call_count, 3)
|
||||
|
||||
|
||||
class FakeKojiModuleBuilder(KojiModuleBuilder):
|
||||
|
||||
Reference in New Issue
Block a user