a031120a4ac4255c680c9c765da39f58575d5d8b,compute/api/create_instance_test.py,,test_main,#Any#,26

Before Change



    out, _ = capsys.readouterr()

    expected_output = re.compile(
        (r"Instances in project .* and zone us-central1-.* - test-instance"
         r".*Deleting instance.*done..$"),
        re.DOTALL)

    assert re.search(expected_output, out)

After Change


    assert "Instances in project" in out
    assert "zone us-central1-f" in out
    assert INSTANCE_NAME in out
    assert "Deleting instance" in out
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: a031120a4ac4255c680c9c765da39f58575d5d8b
Time: 2020-04-10
Author: 6719667+leahecole@users.noreply.github.com
File Name: compute/api/create_instance_test.py
Class Name:
Method Name: test_main


Project Name: pantsbuild/pants
Commit Name: 27b837981e7e04cea66f5ffee974c271a350946d
Time: 2016-03-17
Author: nhoward@twopensource.com
File Name: tests/python/pants_test/backend/jvm/tasks/test_ivy_resolve_integration.py
Class Name: IvyResolveIntegrationTest
Method Name: test_java_compile_with_ivy_report


Project Name: comic/grand-challenge.org
Commit Name: 1a09f457d78d586bda98842349165caaf8c381fc
Time: 2020-12-09
Author: 12661555+jmsmkn@users.noreply.github.com
File Name: app/tests/algorithms_tests/test_tasks.py
Class Name: TestCreateJobsWorkflow
Method Name: test_jobs_workflow


Project Name: CyberReboot/poseidon
Commit Name: b5f25f365a93ea349b4616eb6899ec084253a99e
Time: 2016-06-16
Author: clewis@iqt.org
File Name: plugins/features/tcpdump_hex_parser/test_tcpdump_hex_parser.py
Class Name:
Method Name: test_parse_data