Example #1
0
def test_result_types_tensor_x_y(simulator_arn, shots, aws_session,
                                 s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_tensor_x_y_testing(
        device, {
            "shots": shots,
            "s3_destination_folder": s3_destination_folder
        })
Example #2
0
def test_result_types_tensor_x_y(shots):
    result_types_tensor_x_y_testing(DEVICE, {"shots": shots})
Example #3
0
def test_result_types_tensor_x_y(shots, caplog):
    result_types_tensor_x_y_testing(DEVICE, {"shots": shots})
    assert not caplog.text