标签: python eclipse pytest
我安装了pytest framework。
我可以使用以下命令运行测试用例。
py.test -q test_class.py
如何使用eclipse运行相同的测试?
答案 0 :(得分:13)
来自eclipse Window->偏好设置 - > pydev - > PyUnit - >将Test runner更改为" Py.test runner"。
右键单击该文件。 运行方式 - > Python单元测试
或者按Ctrl + F9: -
它会提示您选择测试