我正在尝试在PyCharm中运行我的整个测试套件。所有测试文件都在一个文件夹中。我可以单独运行文件,但是当我使用'All in folder'创建运行配置时,PyCharm无法找到任何测试。
记录的消息是:
C:\Python36\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 2016.3.2\helpers\pycharm\utrunner.py" C:\Users\John\PycharmProjects\Kojak\tests\_args_separator_.*\.py$ true
Testing started at 14:56 ...
Process finished with exit code 0
Empty test suite.
我注意到路径中的_args_separator_
,那么这是什么呢?
我使用PyCharm 2016.3和Python 2.6在Windows 7下运行