mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add stacktrace.
This commit is contained in:
parent
a16f5d4250
commit
0e3abe4927
1 changed files with 6 additions and 0 deletions
|
|
@ -1600,6 +1600,12 @@ class ExceptionInfoTests(NormalRequestTest, unittest.TestCase):
|
|||
details=dict(
|
||||
message=excstr,
|
||||
typeName='RuntimeError',
|
||||
source='abc.py',
|
||||
stackTrace='\n'.join([
|
||||
' File "abc.py", line 10, in spam',
|
||||
' """A decorator indicating abstract methods.',
|
||||
'',
|
||||
]),
|
||||
),
|
||||
),
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue