首页 > 代码库 > [python学习篇】【单元测试框架】[1]nose

[python学习篇】【单元测试框架】[1]nose

http://blog.csdn.net/lynn_kong/article/details/9445383  -- 学习博客

https://nose.readthedocs.io/en/latest/index.html  ---nose官网

nosetests -s --with-xunit --xunit-file=result.xml --tc-file=dut.ini vellamo_test.py

 

[python学习篇】【单元测试框架】[1]nose