Feature Request: Debugging python tests should make use of the "nice" console (not the debug console) and should make use of the session in the side bar. #11049
Replies: 1 comment
|
Hi @travis-leith, Thanks for your feature request! We do have an issue currently where some of this would be supported: I do think, however, you may be referring to even more than that covers. If so, would you mind opening an issue at https://github.com/posit-dev/positron/issues and I can get it into triage for prioritization. Cheers |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When debugging a test, I would like to use all the nice things I like about positron. Specifically, I would like to use the nice console instead of the debug console that comes with vanilla vscode. I would also like my variables and objects etc to be populated in the session screen.
Essentially I want the nice interactive experience when running tests.
As far as I know, the only way I can achieve this right now is to put together a specific debugging script that does all the stuff (importing packages, instantiating fixtures etc) leading up to the test code.
It would be much nicer to be able to right click on a test and debug it, then have it break at some location I set, and have all the nice interactive positron capabilities available to me.
All reactions