e8d588869e739d4f7b9de17af19617950545f3f3,contrib/go/tests/python/pants_test/contrib/go/targets/test_go_remote_library.py,GoRemoteLibraryTest,setUp,#GoRemoteLibraryTest#,16

Before Change


    def setUp(self):
        super().setUp()
        // Force setup of SourceRootConfig subsystem, as go targets do computation on source roots.
        self.context()

    @classmethod
    def alias_groups(cls):
        return build_file_aliases()

After Change


    def setUp(self):
        super().setUp()
        // Force setup of SourceRootConfig subsystem, as go targets do computation on source roots.
        self.context(options={"source": {"root_patterns": ["3rdparty/go"]}})

    @classmethod
    def alias_groups(cls):
        return build_file_aliases()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: e8d588869e739d4f7b9de17af19617950545f3f3
Time: 2020-06-04
Author: benjyw@gmail.com
File Name: contrib/go/tests/python/pants_test/contrib/go/targets/test_go_remote_library.py
Class Name: GoRemoteLibraryTest
Method Name: setUp


Project Name: pantsbuild/pants
Commit Name: 34c1c7c1b671156c177c16824a47c2afad124751
Time: 2018-10-18
Author: clivingston45@gmail.com
File Name: contrib/python/tests/python/pants_test/contrib/python/checks/tasks/checkstyle/test_checkstyle.py
Class Name: CheckstyleTest
Method Name: execute_task


Project Name: pantsbuild/pants
Commit Name: e8d588869e739d4f7b9de17af19617950545f3f3
Time: 2020-06-04
Author: benjyw@gmail.com
File Name: contrib/go/tests/python/pants_test/contrib/go/targets/go_local_source_test_base.py
Class Name: GoLocalSourceTestBase
Method Name: setUp