def test_show_quota(self, mock): ''' Test if it fetches information of a certain tenant's quotas ''' self.assertTrue(neutron.show_quota('Salt', profile='openstack1'))
def test_show_quota(self, mock): """ Test if it fetches information of a certain tenant's quotas """ self.assertTrue(neutron.show_quota("Salt", profile="openstack1"))
def test_show_quota(self): """ Test if it fetches information of a certain tenant's quotas """ self.assertTrue(neutron.show_quota("Salt", profile="openstack1"))