更新到新版本2016.2之后,我得到
RuntimeWarning: Parent module 'tests' not found while handling absolute import
import unittest
RuntimeWarning: Parent module 'tests' not found while handling absolute import
import datetime as dt
“ tests”是我的主应用程序包中的一个包,当我尝试在此文件夹中执行单元测试时会收到这些警告。此问题仅在更新到2016.2。之后出现。除了警告,其余代码也可以正常工作。
编辑:这是一个已知问题-https: //youtrack.jetbrains.com/issue/PY-20171。他们建议替换PyCharm安装文件夹中的utrunner.py。