Nose unable to find tests in ubuntu

前端 未结 7 761
囚心锁ツ
囚心锁ツ 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:44

    Use the -all-modules and it will find all the tests.

    nosetests --all-modules ./tests

    0 讨论(0)
提交回复
热议问题