add a test that the target gets set correctly for fully-specified branch

This commit is contained in:
Brian Stinson 2015-07-19 21:36:17 -05:00
parent b9126c70e0
commit c8beba9dd8

View file

@ -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')