debugpy-module: how to just run the current test method in pytest #115
Replies: 3 comments 9 replies
|
I am working on that as part of my test-cockpit.el package. There is already a pull request johannes-mueller/test-cockpit.el#27 for dape support for debugpy but it still lacks a bit of testing in practice and documentation. Basically you use In my first tests it works nicely. Feel free to try it out and give feedback. |
|
Moved this to an discussion as it is not something that |
|
One can use python-pytest package https://github.com/wbolster/emacs-python-pytest which exposes the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
debugpy-module :module "pytest"works well, but It will run all the tests sequentially until reach the breakpoint, Is there a way to start and just run the current method?All reactions