示例#1
0
def test_result_types_nonzero_shots_bell_pair(simulator_arn, aws_session,
                                              s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_nonzero_shots_bell_pair_testing(
        device, {
            "shots": SHOTS,
            "s3_destination_folder": s3_destination_folder
        })
示例#2
0
def test_result_types_nonzero_shots_bell_pair():
    result_types_nonzero_shots_bell_pair_testing(DEVICE, {"shots": SHOTS})
示例#3
0
def test_result_types_nonzero_shots_bell_pair(caplog):
    result_types_nonzero_shots_bell_pair_testing(DEVICE, {"shots": SHOTS})
    assert not caplog.text