9228ad83a3ecde2fb5a714d1eb43c7c1ee2e200b,src/python/pants/rules/core/lint_test.py,LintTest,test_multiple_targets_with_one_linter,#LintTest#,176
Before Change
bad_target = FmtTest.make_hydrated_target_with_origin(name="bad")
addresses = [
target_with_origin.target.adaptor.address
for target_with_origin in (good_target, bad_target)
]
def get_stdout(*, per_target_caching: bool) -> str:
exit_code, stdout = self.run_lint_rule(
After Change
def test_multiple_targets_with_one_linter(self) -> None:
good_address = Address.parse(":good")
bad_address = Address.parse(":bad")
def get_stdout(*, per_target_caching: bool) -> str:
exit_code, stdout = self.run_lint_rule(
config_collection_types=[ConditionallySucceedsConfigurations],
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: pantsbuild/pants
Commit Name: 9228ad83a3ecde2fb5a714d1eb43c7c1ee2e200b
Time: 2020-04-15
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/rules/core/lint_test.py
Class Name: LintTest
Method Name: test_multiple_targets_with_one_linter
Project Name: pantsbuild/pants
Commit Name: 9228ad83a3ecde2fb5a714d1eb43c7c1ee2e200b
Time: 2020-04-15
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/rules/core/lint_test.py
Class Name: LintTest
Method Name: test_multiple_targets_with_multiple_linters
Project Name: facebookresearch/ParlAI
Commit Name: 3d419b60d438e36d70e35ca58abb07bd606880f5
Time: 2020-05-13
Author: colesbury@gmail.com
File Name: parlai/utils/testing.py
Class Name:
Method Name: skipUnlessTorch14