You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is a pytest issue, but I tried looking through the source code but couldn't see anything obvious (I am also not good with elisp yet)
You can see I have plenty of room for text.
My pytest text gets truncated. I tried to create a new template with pytest --full-trace but I don't know where I would pass params to pytest in the templates.
(dap-register-debug-template "Pytest Long"
(list:type"python":args"":cwdnil:programnil:module"pytest":request"launch":name"Python :: Run pytest (buffer)"))
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
I am not sure if this is a
pytest
issue, but I tried looking through the source code but couldn't see anything obvious (I am also not good with elisp yet)You can see I have plenty of room for text.
My pytest text gets truncated. I tried to create a new template with
pytest --full-trace
but I don't know where I would pass params to pytest in the templates.Any help would be appreciated
The text was updated successfully, but these errors were encountered: