List all Tests Found by Nosetest

前端 未结 3 536
终归单人心
终归单人心 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:26

    Version 0.11.1 is currently available. You can get a list of tests without running them as follows:

    nosetests -v --collect-only
    

提交回复
热议问题