more complex release values to test

This commit is contained in:
Mike McLean 2016-11-15 13:01:52 -05:00
parent 9e8cc1af73
commit 8b5a9cd08b

View file

@ -32,6 +32,8 @@ class TestGetNextRelease(unittest.TestCase):
data = [
# [release, bumped_release],
['1.el6', '2.el6'],
['1.fc23', '2.fc23'],
['4.5.fc23', '4.6.fc23'],
]
for a, b in data:
self.query.executeOne.return_value = {'release': a}