We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c676aa commit 024c73fCopy full SHA for 024c73f
testing/test_dsession.py
@@ -442,7 +442,7 @@ class TestDistReporter:
442
@pytest.mark.xfail
443
def test_rsync_printing(self, pytester: pytest.Pytester, linecomp) -> None:
444
config = pytester.parseconfig()
445
- from _pytest.pytest_terminal import TerminalReporter
+ from _pytest.terminal import TerminalReporter
446
447
rep = TerminalReporter(config, file=linecomp.stringio)
448
config.pluginmanager.register(rep, "terminalreporter")
0 commit comments