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 3acbe82 commit 69b4d9fCopy full SHA for 69b4d9f
pytest_mergify/__init__.py
@@ -63,7 +63,9 @@ def pytest_terminal_summary(
63
yellow=True,
64
)
65
66
- if (
+ if self.mergify_ci.quarantined_tests is None:
67
+ terminalreporter.write_line("CI Insights Quarantine could not be setup")
68
+ elif (
69
self.mergify_ci.quarantined_tests is not None
70
and self.mergify_ci.quarantined_tests.init_error_msg
71
):
0 commit comments