python doctest:停止示例执行并在某些 shell 中使用生成的上下文

发布于 2024-09-19 01:10:38 字数 68 浏览 3 评论 0原文

我认为我可以在测试中输入一些指令,这些指令允许我在指令点交互式运行一些命令,然后继续该示例,但我不记得它是什么......

i think there was some directive i could enter in the test that would allow me to run some commands interactively at the point of the directive and then continue the example, but i dont remember what it was...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木格 2024-09-26 01:10:38

您的意思是在测试中放置断点以进入调试器?

import pdb; pdb.set_trace()

Do you mean you place a breakpoint in your test to enter the debugger?

import pdb; pdb.set_trace()
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文