5f9adf2f98e767e346339adf045e01d19277bcc6,tests/python/pants_test/engine/test_isolated_process.py,IsolatedProcessTest,test_integration_concat_with_snapshots_stdout,#IsolatedProcessTest#,269
Before Change
ShellCat(BinaryLocation("/bin/cat")),
PathGlobs(include=["fs_test/a/b/*"]))
self.assertEqual(
repr(cat_exe_req),
"CatExecutionRequest(shell_cat=ShellCat(binary_location=BinaryLocation(bin_path="/bin/cat")), path_globs=PathGlobs(include=(u"fs_test/a/b/*",), exclude=(), glob_match_error_behavior=GlobMatchErrorBehavior(failure_behavior=u"ignore")))")
results = self.execute(scheduler, Concatted, cat_exe_req)
self.assertEqual(1, len(results))
concatted = results[0]
After Change
def test_integration_concat_with_snapshots_stdout(self):
self.create_file("f1", "one\n")
self.create_file("f2", "two\n")
cat_exe_req = CatExecutionRequest(
ShellCat(BinaryLocation("/bin/cat")),
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: pantsbuild/pants
Commit Name: 5f9adf2f98e767e346339adf045e01d19277bcc6
Time: 2018-07-26
Author: dawagner@gmail.com
File Name: tests/python/pants_test/engine/test_isolated_process.py
Class Name: IsolatedProcessTest
Method Name: test_integration_concat_with_snapshots_stdout
Project Name: pantsbuild/pants
Commit Name: f90b9826f064af61556c92e4bbc573861ee0b9fe
Time: 2020-09-28
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/dependency_inference/module_mapper_test.py
Class Name:
Method Name: test_map_module_to_address
Project Name: pantsbuild/pants
Commit Name: 1b3508ed32362105a7cdf578b5a104da739a7f52
Time: 2020-04-24
Author: guoyuhan819@gmail.com
File Name: src/python/pants/python/python_setup_test.py
Class Name: TestPythonSetup
Method Name: test_get_pyenv_paths
Project Name: pantsbuild/pants
Commit Name: 791be481c4a0102042dc0a502b08ba5cc6a85987
Time: 2020-06-29
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/rules/inject_init_test.py
Class Name: InjectInitTest
Method Name: assert_injected