765f2d8d67534cde121751fcc660096068ad86e5,tests/python/pants_test/backend/codegen/thrift/python/test_apache_thrift_py_gen.py,ApacheThriftPyGenTest,test_namespace_effective,#ApacheThriftPyGenTest#,121
Before Change
targets = (synthetic_target_one, synthetic_target_two)
python_repos = global_subsystem_instance(PythonRepos)
python_setup = global_subsystem_instance(PythonSetup)
interpreter_cache = PythonInterpreterCache(python_setup, python_repos)
interpreter = interpreter_cache.select_interpreter_for_targets(targets)
// We need setuptools to import namespace packages (via pkg_resources), so we prime the
After Change
self.assertNotEqual(synthetic_target_one.target_base, synthetic_target_two.target_base)
targets = (synthetic_target_one, synthetic_target_two)
self.context(for_subsystems=[PythonInterpreterCache, PythonRepos] )
interpreter_cache = PythonInterpreterCache.global_instance()
python_repos = PythonRepos.global_instance()
interpreter = interpreter_cache.select_interpreter_for_targets(targets)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: pantsbuild/pants
Commit Name: 765f2d8d67534cde121751fcc660096068ad86e5
Time: 2018-11-27
Author: benjyw@gmail.com
File Name: tests/python/pants_test/backend/codegen/thrift/python/test_apache_thrift_py_gen.py
Class Name: ApacheThriftPyGenTest
Method Name: test_namespace_effective
Project Name: pantsbuild/pants
Commit Name: 9fc01086d3e6b7d1e659b7fbca22a21f93e191d8
Time: 2020-01-10
Author: ericarellano@me.com
File Name: src/python/pants/backend/python/lint/flake8/rules_integration_test.py
Class Name: Flake8IntegrationTest
Method Name: run_flake8
Project Name: pantsbuild/pants
Commit Name: 9fc01086d3e6b7d1e659b7fbca22a21f93e191d8
Time: 2020-01-10
Author: ericarellano@me.com
File Name: src/python/pants/backend/python/lint/black/rules_integration_test.py
Class Name: BlackIntegrationTest
Method Name: run_black