def test_show_port(self, mock): ''' Test if it fetches information of a certain port ''' self.assertTrue(neutron.show_port('1080', profile='openstack1'))
def test_show_port(self, mock): """ Test if it fetches information of a certain port """ self.assertTrue(neutron.show_port("1080", profile="openstack1"))
def test_show_port(self): """ Test if it fetches information of a certain port """ self.assertTrue(neutron.show_port("1080", profile="openstack1"))