-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.13 specific snapshot file for test_exporter.py
Co-Authored-By: Myles Scolnick <[email protected]>
- Loading branch information
1 parent
5c121a7
commit c283258
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
tests/_server/export/snapshots/run_until_completion_with_stack_trace_py313.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[ | ||
{ | ||
"output": "", | ||
"console": [ | ||
"running internal tests\n" | ||
], | ||
"status": "idle" | ||
}, | ||
{ | ||
"output": "<pre style='font-size: 12px'>15</pre>", | ||
"console": [ | ||
"internal error\n" | ||
], | ||
"status": "idle" | ||
}, | ||
{ | ||
"output": [ | ||
{ | ||
"msg": "This cell raised an exception: ValueError('Failed to authenticate. The correct password is [REDACTED]')", | ||
"exception_type": "ValueError", | ||
"raising_cell": null, | ||
"type": "exception" | ||
} | ||
], | ||
"console": [ | ||
"<span class=\"codehilite\"><div class=\"highlight\"><pre><span></span><span class=\"gt\">Traceback (most recent call last):</span>\n "</span>, line <span class=\"m\">3</span>, in <span class=\"n\"><module></span>\n<span class=\"w\"> </span><span class=\"k\">raise</span> <span class=\"ne\">ValueError</span><span class=\"p\">(</span>\n<span class=\"w\"> </span> <span class=\"s2\">"Failed to authenticate. The correct password is '[REDACTED]'."</span>\n<span class=\"w\"> </span><span class=\"p\">)</span>\n<span class=\"gr\">ValueError</span>: <span class=\"n\">Failed to authenticate. The correct password is '[REDACTED]'.</span>\n</pre></div>\n</span>" | ||
], | ||
"status": "idle" | ||
} | ||
] |