美文网首页
Unit testing django stupid mista

Unit testing django stupid mista

作者: AtrributeError | 来源:发表于2017-10-03 13:15 被阅读0次

ImportError: '<test>' module incorrectly imported from '<base-env>/local/lib/python2.7/site-packages/<package-dir>'. Expected '<base-env>/lib/python2.7/site-packages/<package-dir>'. Is this module globally installed?
Check out the layout as"
my_app/
init.py
tests.py
tests/
init.py
test_foo.py
The problem was generated by having both a "tests.py" module and a "tests" package in the same folder.

Just deleting the "tests.py" file solved the problem

相关文章

网友评论

      本文标题:Unit testing django stupid mista

      本文链接:https://www.haomeiwen.com/subject/ipzxyxtx.html