ad2a5aff09be0fbe529d34c9a54ccd849a909377,src/python/pants/rules/core/test_test.py,TestTest,test_invalid_target_noops,#TestTest#,191

Before Change


    def test_invalid_target_noops(self) -> None:
        exit_code, stdout = self.run_test_rule(
            test_runner=InvalidTargetTestRunner,
            targets=[FmtTest.make_hydrated_target_with_origin()],
        )
        assert exit_code == 0
        assert stdout.strip() == ""

After Change



    def test_invalid_target_noops(self) -> None:
        exit_code, stdout = self.run_test_rule(
            config=InvalidConfiguration, targets=[self.make_target_with_origin()]
        )
        assert exit_code == 0
        assert stdout.strip() == ""
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: pantsbuild/pants
Commit Name: ad2a5aff09be0fbe529d34c9a54ccd849a909377
Time: 2020-04-09
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/rules/core/test_test.py
Class Name: TestTest
Method Name: test_invalid_target_noops


Project Name: pantsbuild/pants
Commit Name: ad2a5aff09be0fbe529d34c9a54ccd849a909377
Time: 2020-04-09
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/rules/core/test_test.py
Class Name: TestTest
Method Name: test_empty_target_noops


Project Name: pantsbuild/pants
Commit Name: ad2a5aff09be0fbe529d34c9a54ccd849a909377
Time: 2020-04-09
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/rules/core/test_test.py
Class Name: TestTest
Method Name: test_single_debug_target