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 5a28246 commit cb1cecfCopy full SHA for cb1cecf
test/test_logging.py
@@ -319,15 +319,11 @@ def function_that_raises_and_adds_to_stack_trace():
319
"filename": str(Path.cwd() / "test" / "test_logging.py"),
320
"lineno": ANY, # otherwise the test breaks if you add a line :-)
321
"name": "test_logging_exceptions_json",
322
- "line": "",
323
- "locals": None,
324
},
325
{
326
327
328
"name": "function_that_raises_and_adds_to_stack_trace",
329
330
331
332
],
333
}
0 commit comments