c92c34c42f2797556295ffeb4ec899cc033805e9,src/python/pants/rules/core/run_test.py,RunTest,create_mock_binary,#RunTest#Any#,16
Before Change
input_files_content = InputFilesContent((
FileContent(path="program.py", content=program_text, is_executable=True),
))
digest, = self.scheduler.product_request(Digest, [input_files_content])
return CreatedBinary(
binary_name="program.py",
digest=digest,
)
After Change
input_files_content = InputFilesContent((
FileContent(path="program.py", content=program_text, is_executable=True),
))
digest = self.request_single_product(Digest, input_files_content)
return CreatedBinary(
binary_name="program.py",
digest=digest,
)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 6
Instances
Project Name: pantsbuild/pants
Commit Name: c92c34c42f2797556295ffeb4ec899cc033805e9
Time: 2019-11-25
Author: ericarellano@me.com
File Name: src/python/pants/rules/core/run_test.py
Class Name: RunTest
Method Name: create_mock_binary
Project Name: pantsbuild/pants
Commit Name: c92c34c42f2797556295ffeb4ec899cc033805e9
Time: 2019-11-25
Author: ericarellano@me.com
File Name: src/python/pants/backend/python/rules/pex_test.py
Class Name: TestResolveRequirements
Method Name: test_generic_pex_creation
Project Name: pantsbuild/pants
Commit Name: c92c34c42f2797556295ffeb4ec899cc033805e9
Time: 2019-11-25
Author: ericarellano@me.com
File Name: tests/python/pants_test/build_graph/test_source_mapper.py
Class Name: SourceMapperTest
Method Name: owner
Project Name: pantsbuild/pants
Commit Name: c92c34c42f2797556295ffeb4ec899cc033805e9
Time: 2019-11-25
Author: ericarellano@me.com
File Name: src/python/pants/fs/fs_test.py
Class Name: FileSystemTest
Method Name: test_workspace_materialize_directories_result