We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2975251 commit ea8a76eCopy full SHA for ea8a76e
1 file changed
test/test_logging.py
@@ -313,8 +313,10 @@ def function_that_raises_and_adds_to_stack_trace():
313
"exc_notes": [],
314
"exc_type": "ValueError",
315
"exc_value": "This is an error",
316
+ "exceptions": [],
317
"syntax_error": None,
318
"is_cause": False,
319
+ "is_group": False,
320
"frames": [
321
{
322
"filename": str(Path.cwd() / "test" / "test_logging.py"),
0 commit comments