We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693cbff commit 08aa9c9Copy full SHA for 08aa9c9
1 file changed
tests/test_kernel.py
@@ -186,6 +186,8 @@ def test_error_templates_are_formatable(self):
186
"detail": "dummy_detail",
187
"step": "dummy_step",
188
"optional_hint": "dummy_optional_hint",
189
+ "scorep_folder": "/fake/path/to/scorep-dir",
190
+ "exception": "dummy_exception",
191
}
192
193
for code, template in KERNEL_ERROR_MESSAGES.items():
0 commit comments