6af8bc8142ec5575947b8f87dccdf629bc4c45b7,src/python/pants/backend/python/rules/pytest_runner_integration_test.py,PytestRunnerIntegrationTest,test_transitive_dep,#PytestRunnerIntegrationTest#,240
Before Change
assert "test_relative_import.py ." in result.stdout
def test_transitive_dep(self) -> None:
self.create_basic_library()
self.create_python_library(
name="transitive_dep", sources=["transitive_dep.py"], dependencies=[":library"],
)
self.write_file(
After Change
assert "test_relative_import.py ." in result.stdout
def test_transitive_dep(self) -> None:
self.create_python_library([self.library_source])
transitive_dep_fc = FileContent(
path="transitive_dep.py",
content=dedent(
\
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: pantsbuild/pants
Commit Name: 6af8bc8142ec5575947b8f87dccdf629bc4c45b7
Time: 2020-07-02
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/rules/pytest_runner_integration_test.py
Class Name: PytestRunnerIntegrationTest
Method Name: test_transitive_dep
Project Name: pantsbuild/pants
Commit Name: 6af8bc8142ec5575947b8f87dccdf629bc4c45b7
Time: 2020-07-02
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/rules/pytest_runner_integration_test.py
Class Name: PytestRunnerIntegrationTest
Method Name: test_relative_import
Project Name: pantsbuild/pants
Commit Name: 6af8bc8142ec5575947b8f87dccdf629bc4c45b7
Time: 2020-07-02
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/rules/pytest_runner_integration_test.py
Class Name: PytestRunnerIntegrationTest
Method Name: test_absolute_import