List all Tests Found by Nosetest

前端 未结 3 557
终归单人心
终归单人心 2021-01-01 09:11

I use nosetests to run my unittests and it works well. I want to get a list of all the tests nostests finds without actually running them. Is there

3条回答
  •  爱一瞬间的悲伤
    2021-01-01 09:29

    There will be soon: a new --collect switch that produces this behavior was demo'd at PyCon last week. It should be on the trunk "soon" and will be in the 0.11 release.

    The http://groups.google.com/group/nose-users list is a great resource for nose questions.

提交回复
热议问题