Exemple #1
0
def test_result_types_no_shots(simulator_arn, aws_session,
                               s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    result_types_zero_shots_bell_pair_testing(
        device, False, {
            "shots": 0,
            "s3_destination_folder": s3_destination_folder
        })
Exemple #2
0
def test_result_types_no_shots():
    result_types_zero_shots_bell_pair_testing(DEVICE, True, {"shots": 0})
Exemple #3
0
def test_result_types_no_shots(caplog):
    result_types_zero_shots_bell_pair_testing(DEVICE, True, {"shots": 0})
    assert not caplog.text