小编ega*_*ega的帖子

ImportError:没有名为PloneTestCase的模块

我根据这个文档在plone 5中运行单元测试.但是,当我执行此命令时:

bin/test
Run Code Online (Sandbox Code Playgroud)

我收到以下导入错误:

Test-module import failures:

Module: nti.content.tests

    Traceback (most recent call last):
      File "/Users/ega/CMS/PloneCourseContentCMF/PloneCourseContentCMF-Buildout/sources/nti.content/nti/content/tests.py", line 8, in <module>
        from Products.PloneTestCase import PloneTestCase as ptc
    ImportError: No module named PloneTestCase

    Test-modules with import problems:
      nti.content.tests
    Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

unit-testing plone

2
推荐指数
1
解决办法
686
查看次数

标签 统计

plone ×1

unit-testing ×1