Ejemplo n.º 1
0
def test_result_types_tensor_z_z(simulator_arn, shots, aws_session,
                                 s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_tensor_z_z_testing(
        device, {
            "shots": shots,
            "s3_destination_folder": s3_destination_folder
        })
Ejemplo n.º 2
0
def test_result_types_tensor_z_z(shots):
    result_types_tensor_z_z_testing(DEVICE, {"shots": shots})
Ejemplo n.º 3
0
def test_result_types_tensor_z_z(shots, caplog):
    result_types_tensor_z_z_testing(DEVICE, {"shots": shots})
    assert not caplog.text