在 Plone 3.x 上使用 plone.app.testing 进行测试时出现 ComponentLookupError

发布于 2024-12-21 09:18:21 字数 232 浏览 1 评论 0原文

我在运行我的产品测试时遇到了这个错误,该测试是在 Plone 3.3.5 上使用 plone.app.testing 编写的:

ComponentLookupError: (<InterfaceClass plone.app.viewletmanager.interfaces.IViewletSettingsStorage>, '')

但该产品在测试之外可以正常工作。

I ran into this error running the test for my product, written using plone.app.testing on Plone 3.3.5:

ComponentLookupError: (<InterfaceClass plone.app.viewletmanager.interfaces.IViewletSettingsStorage>, '')

but the product works correctly outside of the test.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奢华的一滴泪 2024-12-28 09:18:21

事实证明我为 plone.testing 指定了错误的版本。

这些是与 Plone 3.x ATM 一起使用的正确版本(2011 年 12 月):

plone.app.testing = 3.0a1
plone.testing = 3.0a2

上述错误是由 plone.testing 固定到 3.0a1 引起的。

It turns out I specified the wrong version for plone.testing.

These are the correct versions to use with Plone 3.x ATM (december 2011):

plone.app.testing = 3.0a1
plone.testing = 3.0a2

The error above was caused by plone.testing being pinned to 3.0a1.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文