Nose unable to find tests in ubuntu

前端 未结 7 770
囚心锁ツ
囚心锁ツ 2020-12-02 12:44

Is there any reason why Nose wouldn\'t be able to find tests in Ubuntu 9.04?

I\'m using nose 0.11.1 with python 2.5.4.
I can run tests only if I explicitly spec

7条回答
  •  旧巷少年郎
    2020-12-02 13:24

    I can confirm that as @david-wolever said, they cannot be executable on Ubuntu. Run

    nosetests -vv --collect-only 
    

    to see full details on which files were examined.

提交回复
热议问题