PyCharm:无法运行文件夹'中的所有测试

PyCharm: Unable to run tests #39;All in folder#39;(PyCharm:无法运行文件夹#39;中的所有测试)
本文介绍了PyCharm:无法运行文件夹'中的所有测试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正尝试在PyCharm中运行我的整个测试套件。所有测试文件都位于单个文件夹中。我可以单独运行这些文件,但当我使用"All in Folders"创建运行配置时,PyCharm找不到任何测试。

记录的消息包括:

C:Python36python.exe "C:Program Files (x86)JetBrainsPyCharm Community Edition 2016.3.2helperspycharmutrunner.py" C:UsersJohnPycharmProjectsKojak	ests\_args_separator_.*.py$ true
Testing started at 14:56 ...

Process finished with exit code 0
Empty test suite. 

我注意到路径中的_args_separator_,那么这是关于什么的?

我运行的是装有PyCharm 2016.3和Python2.6的Windows7

推荐答案

如果我在为Python测试创建运行/调试配置时选择了Nosetest,那么它对我是有效的。你还需要安装管子安装鼻孔。(我正在运行PyCharm 2017.1,但不确定是否需要)

这篇关于PyCharm:无法运行文件夹'中的所有测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Interpolate list to specific length?(是否将列表内插到特定长度?)
Pandas interpolation replacing NaNs after the last data point, but not before the first data point(在最后一个数据点之后,而不是在第一个数据点之前,用PANAS插值法替换NAN)
How to use interpn to interpolate in a dataframe?(如何使用Interpn在数据帧中进行内插?)
Functions in Azure Data Factory Pipeline debugging Internal Server Error(Azure数据工厂管道中的函数调试内部服务器错误)
Python SFTP: Use SFTP to put memory stream into remote folder. Like FTP storbinary(Python SFTP:使用SFTP将内存流放入远程文件夹。类似于Ftp Stor二进制)
Python PYSFTP - pass private-key as string/text instead of passing file path(Python PYSFTP-以字符串/文本形式传递私钥,而不是传递文件路径)