mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
add a test that the target gets set correctly for fully-specified branch
This commit is contained in:
parent
b9126c70e0
commit
c8beba9dd8
1 changed files with 4 additions and 0 deletions
|
@ -62,3 +62,7 @@ class TestDistgitSigProjectAndRelease(unittest.TestCase):
|
|||
|
||||
def test_releasename_gets_set(self):
|
||||
self.assertEqual(self.d.releasename, 'kilo')
|
||||
|
||||
def test_target_gets_set(self):
|
||||
self.assertEqual(self.d.target, 'cloud7-openstack-kilo-el7')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue