如何使用 Eclipse 调试或 运行 pytest 脚本?
how to debug or run pytest scripts using eclipse?
我已经安装了 pytest framework。
我可以使用以下命令 运行 测试用例。
py.test -q test_class.py
如何使用 eclipse 运行 进行相同的测试?
从 eclipse Window->Preferences --> pydev --> PyUnit --> 将 Test runner 更改为 "Py.test runner".
右键单击该文件。
运行 作为 --> Python 单元测试
或按 Ctrl+F9:-
它会提示你select测试
我已经安装了 pytest framework。
我可以使用以下命令 运行 测试用例。
py.test -q test_class.py
如何使用 eclipse 运行 进行相同的测试?
从 eclipse Window->Preferences --> pydev --> PyUnit --> 将 Test runner 更改为 "Py.test runner".
右键单击该文件。 运行 作为 --> Python 单元测试
或按 Ctrl+F9:-
它会提示你select测试