1

我在 windows 上使用 intellij IDEA 版本 11.1.5,python 插件版本是 2.9.2

我正在使用grinder maven 插件使用grinder 运行性能测试。它只支持 python(Jython) 运行测试。即使我已经安装了 python 插件,我也没有得到任何关于 python 开发的自动建议。Python 文件也显示为文本文件。

是否有任何其他配置可以启用 python 开发的自动建议?

4

1 回答 1

0

Your file types are not configured correctly, .py is most likely assigned to Text files instead of Python files, you can fix it in File | Settings | File Types.

There is no support for tests running via Maven, but you can create your own Run/Debug configuration for Python unit tests in IDEA.

于 2013-01-24T12:55:47.513 回答