When I use Java with JUnit in Eclipse, I can highlight a method name in a unit test file and run only that single test. Is something like this available in PyDev? I don't want to run all my tests in a file all the time, only a single one.
问问题
737 次
1 回答
3
在 PyDev 中,您必须执行 Ctrl+F9,然后选择要运行的测试。
此外,它可能是很好的阅读: http: //pydev.org/manual_101_run.html因为它提供了更多关于在 PyDev 中运行模块的提示。
于 2013-06-09T23:10:19.833 回答