问题标签 [python-hunter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
2 问题
0
投票
2
回答
514
浏览
python - 没有输出,即使使用 `py.test -s`
我想与Hunterpy.test
结合使用:
不幸的是, Hunter 的输出(跟踪)不可见。
版本:
在更简单(更小)的 virtualenv 中它可以工作(相同的 pytest 版本,但没有插件)。
可能是什么原因?
如何调试这个?
0
投票
1
回答
11
浏览
python - 如何在 PYTHONHUNTER 环境变量中包含多个模块
Python Hunter可以像下面这样从命令行激活,以跟踪 Python 程序的执行。
module
但是如何为过滤器指定多个模块呢?