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 43ed1d5 commit bb7fd40Copy full SHA for bb7fd40
tests/snapshot_tests/conftest.py
@@ -188,7 +188,7 @@ def pytest_terminal_summary(
188
Displays the link to the snapshot report that was generated in a prior hook.
189
"""
190
diffs = getattr(config, "_textual_snapshots", None)
191
- console = Console()
+ console = Console(legacy_windows=False, force_terminal=True)
192
if diffs:
193
snapshot_report_location = config._textual_snapshot_html_report
194
console.rule("[b red]Textual Snapshot Report", style="red")
0 commit comments