Python Nose Import Error

后端 未结 9 576
谎友^
谎友^ 2020-11-28 22:28

I can\'t seem to get the nose testing framework to recognize modules beneath my test script in the file structure. I\'ve set up the simplest example that demonstrates the p

9条回答
  •  死守一世寂寞
    2020-11-28 22:39

    I got this error message because I run the nosetests command from the wrong directory.

    Silly, but happens.

提交回复
热议问题