496a680ef3179f44ca8603a978c7b87eb54d507a,tests/python/pants_test/integration/goal_rule_integration_test.py,TestGoalRuleIntegration,test_unimplemented_goals_noop,#TestGoalRuleIntegration#,82

Before Change


        command_prefix = ["--pants-config-files=[]"]
        target = "testprojects/tests/python/pants/dummies::"
        self.do_command(*command_prefix, "--backend-packages=[]", "run", target, success=True)
        self.do_command(
            *command_prefix,
            "--backend-packages="pants.backend.python"",
            "run",
            target,
            success=False,
        )

After Change


        // and will fail when given the glob `::`.
        command_prefix = ["--pants-config-files=[]"]
        target = "testprojects/tests/python/pants/dummies::"
        result = self.run_pants([*command_prefix, "--backend-packages=[]", "run", target])
        self.assert_success(result)

        result = self.run_pants(
            [*command_prefix, "--backend-packages="pants.backend.python"", "run", target]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


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


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/list_integration_test.py
Class Name: ListIntegrationTest
Method Name: test_list_invalid_dir