码迷,mamicode.com
首页 > 编程语言 > 详细

python 单元测试

时间:2019-06-15 20:31:51      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:assert   dir   auth   单元测试   开始   test   nbsp   pytho   配置文件   

测试框架:pytest nose

以下从pytest开始

1.assert 断言

2.测试函数以断言结尾

 

配置文件

flasker.app.config[‘USERNAME‘]

 

python路径

import sys,os
sys.path.append(os.path.join(os.path.dirname(__file__),os.pardir,os.pardir,"flask_auth"))

python 单元测试

标签:assert   dir   auth   单元测试   开始   test   nbsp   pytho   配置文件   

原文地址:https://www.cnblogs.com/alilliam/p/9538469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!