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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[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的主要内容,如果未能解决你的问题,请参考以下文章

[python测试框架学习篇] 分享一个和adb相关的测试框架

selenium + python自动化测试unittest框架学习

Python+Selenium ----unittest单元测试框架

day9-Python学习笔记(二十一)单元测试

基于SOA分布式架构的dubbo框架基础学习篇

python如何开展单元测试?