5bfdf71bbb631228d9003e83ebb0d57f1bc120a1,src/python/pants/engine/process_test.py,TestInputFileCreation,test_multiple_file_creation,#TestInputFileCreation#,223

Before Change


    def test_multiple_file_creation(self):
        digest = self.request_product(
            Digest,
            CreateDigest(
                (
                    FileContent(path="a.txt", content=b"hello"),
                    FileContent(path="b.txt", content=b"goodbye"),
                )
            ),
        )

        req = Process(

After Change


    def test_multiple_file_creation(self):
        digest = self.request_product(
            Digest,
            [
                CreateDigest(
                    (
                        FileContent(path="a.txt", content=b"hello"),
                        FileContent(path="b.txt", content=b"goodbye"),
                    )
                )
            ],
        )

        req = Process(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 14

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/engine/process_test.py
Class Name: TestInputFileCreation
Method Name: test_multiple_file_creation


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/fs/fs_test.py
Class Name: WorkspaceTest
Method Name: test_write_digest


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/rules/pex_test.py
Class Name: PexTest
Method Name: test_pex_execution


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/python_fmt_integration_test.py
Class Name: PythonFmtIntegrationTest
Method Name: get_digest


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/run_test.py
Class Name: RunTest
Method Name: create_mock_run_request


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/core/goals/test_test.py
Class Name: TestTest
Method Name: make_interactive_process


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/docformatter/rules_integration_test.py
Class Name: DocformatterIntegrationTest
Method Name: get_digest


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/engine/process_test.py
Class Name: TestInputFileCreation
Method Name: test_input_file_creation


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/engine/process_test.py
Class Name: TestInputFileCreation
Method Name: test_not_executable


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/isort/rules_integration_test.py
Class Name: IsortIntegrationTest
Method Name: get_digest


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/rules/pex_test.py
Class Name: PexTest
Method Name: test_additional_inputs


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/black/rules_integration_test.py
Class Name: BlackIntegrationTest
Method Name: get_digest


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/engine/process_test.py
Class Name: TestInputFileCreation
Method Name: test_executable


Project Name: pantsbuild/pants
Commit Name: 5bfdf71bbb631228d9003e83ebb0d57f1bc120a1
Time: 2020-08-24
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/engine/process_test.py
Class Name: TestInputFileCreation
Method Name: test_file_in_directory_creation