nosetests -w project_directory "test_.+". nose 也支持執行指定用例:. 指定測試模塊; nosetests test.module; 指定測試類; nosetests a.test:TestCase ...
確定! 回上一頁