mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
make sure the right target gets set if common is specified at the release level
This commit is contained in:
parent
3a7531d874
commit
f7e2afbdd8
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ class TestDistgitSigAndProject(unittest.TestCase):
|
|||
def test_releasename_gets_set(self):
|
||||
self.assertEqual(self.d.releasename, None)
|
||||
|
||||
def test_target_gets_set(self):
|
||||
self.assertEqual(self.d.target, 'cloud7-openstack-common-el7')
|
||||
|
||||
class TestDistgitSigProjectAndCommon(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.branchstring = 'sig-cloud7-openstack-common'
|
||||
|
|
Loading…
Add table
Reference in a new issue