python单元测试导入模块错误

时间:2017-03-19 16:33:27

标签: python unit-testing import module runtime-error

当我运行单元测试时,会引发这些模块导入错误。

test_sort (unittest.loader.ModuleImportFailure) ... ERROR
test_deep_ops (unittest.loader.ModuleImportFailure) ... ERROR

   **from pyparsing import \
ImportError: cannot import name infixNotation**

捕获更多错误here

github repo:https://github.com/maggienj/ActiveData

0 个答案:

没有答案