more complex release values to test
This commit is contained in:
parent
9e8cc1af73
commit
8b5a9cd08b
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ class TestGetNextRelease(unittest.TestCase):
|
||||||
data = [
|
data = [
|
||||||
# [release, bumped_release],
|
# [release, bumped_release],
|
||||||
['1.el6', '2.el6'],
|
['1.el6', '2.el6'],
|
||||||
|
['1.fc23', '2.fc23'],
|
||||||
|
['4.5.fc23', '4.6.fc23'],
|
||||||
]
|
]
|
||||||
for a, b in data:
|
for a, b in data:
|
||||||
self.query.executeOne.return_value = {'release': a}
|
self.query.executeOne.return_value = {'release': a}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue