Exemplo n.º 1
0
def test_no_result_types_bell_pair(simulator_arn, aws_session,
                                   s3_destination_folder):
    device = AwsDevice(simulator_arn, aws_session)
    no_result_types_bell_pair_testing(
        device, {
            "shots": SHOTS,
            "s3_destination_folder": s3_destination_folder
        })
Exemplo n.º 2
0
def test_no_result_types_bell_pair():
    no_result_types_bell_pair_testing(DEVICE, {"shots": SHOTS})
Exemplo n.º 3
0
def test_no_result_types_bell_pair(caplog):
    no_result_types_bell_pair_testing(DEVICE, {"shots": SHOTS})
    assert not caplog.text