Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行一些 python 脚本时出现问题。我收到消息“在 0.000 秒内运行 0 次测试”。
这发生在不知道在哪里。但是,Soem 脚本仍然有效。我找不到脚本之间的任何区别,因为有些应该运行而有些不应该运行。
我做了一些研究,“unittest”似乎是一个共同的主题。据我所知,我没有更改我的代码,并且我已经包含了 import unittest。
我觉得没有必要发布我的代码,因为运行的脚本和不运行的脚本之间没有区别(除了文件名 odf)。
有任何想法吗?
您将它们作为单元测试而不是正常运行。你在使用 Eclipse 吗?你可能按错了按钮。