49146eff49d5116e58739e3ff201a50311f0e46b,tests/python/pants_test/engine/legacy/test_console_rule_integration.py,TestConsoleRuleIntegration,test_v2_list,#TestConsoleRuleIntegration#,22
Before Change
// of product caching. See /.
@ensure_daemon
def test_v2_list(self):
result = self.do_command(
"--no-v1",
"--v2",
"list",
"::",
success=True
)
output_lines = result.stdout_data.splitlines()
self.assertGreater(len(output_lines), 1000)
self.assertIn("3rdparty/python:psutil", output_lines)
After Change
"::"]
v1_res = runner(v1_command)
checker.assert_started()
v2_command = ["--no-v1",
"--v2",
"list",
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 2
Instances
Project Name: pantsbuild/pants
Commit Name: 49146eff49d5116e58739e3ff201a50311f0e46b
Time: 2018-10-25
Author: blorente@users.noreply.github.com
File Name: tests/python/pants_test/engine/legacy/test_console_rule_integration.py
Class Name: TestConsoleRuleIntegration
Method Name: test_v2_list
Project Name: pantsbuild/pants
Commit Name: 496a680ef3179f44ca8603a978c7b87eb54d507a
Time: 2020-08-22
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: tests/python/pants_test/integration/list_integration_test.py
Class Name: ListIntegrationTest
Method Name: test_list_invalid_dir
Project Name: pantsbuild/pants
Commit Name: 496a680ef3179f44ca8603a978c7b87eb54d507a
Time: 2020-08-22
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: tests/python/pants_test/integration/list_integration_test.py
Class Name: ListIntegrationTest
Method Name: test_list_all
Project Name: pantsbuild/pants
Commit Name: 496a680ef3179f44ca8603a978c7b87eb54d507a
Time: 2020-08-22
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: tests/python/pants_test/integration/goal_rule_integration_test.py
Class Name: TestGoalRuleIntegration
Method Name: test_goal_validation
Project Name: pantsbuild/pants
Commit Name: 496a680ef3179f44ca8603a978c7b87eb54d507a
Time: 2020-08-22
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: tests/python/pants_test/integration/goal_rule_integration_test.py
Class Name: TestGoalRuleIntegration
Method Name: test_unimplemented_goals_noop