Ejemplo n.º 1
0
def client():
    """Setup Client instance with test values."""
    args = common_data.AUTH_ARGS.copy()
    args['data_center'] = 'de'
    return Client(**args)
Ejemplo n.º 2
0
def client():
    """Setup Client instance with test values."""
    return Client(**common_data.AUTH_ARGS)
Ejemplo n.º 3
0
def request_handler():
    """Setup RequestHandler instance with test values."""
    return Client(**common_data.AUTH_ARGS).request_handler