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.
在 appium 上执行 python 脚本时出现以下错误
ImportError:没有名为 appium 的模块
我在一个终端上运行 appium 并尝试在另一个终端上执行测试。有谁知道这个错误的原因是什么?以及如何解决?
尝试使用nosetest。
安装:pip install nose
运行:nosetests(包含测试的文件的名称)