Pycharm調試錯誤之unittest error: Provide a qualified name of function, class or a module

Provide a qualified name of function, class or a module 在使用Pycharm Debug調試的時候會出現如下圖所示的錯誤。檢查一圈之後你會發現程序沒有任何錯誤。 其實很有可能是你命名函數的時候中間有**-**號出現,比如你命名成了test-01.py。這是因爲編譯器不允許函數名稱中包含-符號。。你應該修改成test_01.py就可以解決了。
相關文章
相關標籤/搜索