Skip to content

Commit f8ca2c2

Browse files
authored
Merge pull request #185 from Quansight-Labs/use-=-as-separator-for-terminal-reporter
Use `=` as separator for the test run report
2 parents fb91bf6 + 4084d0a commit f8ca2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_run_parallel/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def pytest_terminal_summary(self, terminalreporter, exitstatus, config):
354354
if not enabled:
355355
return
356356

357-
terminalreporter.section("pytest-run-parallel report", "*")
357+
terminalreporter.section("pytest-run-parallel report", "=")
358358

359359
if self.verbose and self.thread_unsafe:
360360
self._write_reasons_summary(terminalreporter)

0 commit comments

Comments
 (0)