示例#1
0
	def setUp(self):
		'''
		Setup for test cases
		'''
		
		# initialize the api client
		self.apiclient = APIClient(auth_user=constants.TEST_USER,
								   auth_key=constants.TEST_KEY,
								   server=constants.TEST_SERVER,
								   version=constants.TEST_VERSION)