会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aliwall
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
Unittest
PyCharm 执行unittest不生成测试结果问题解决
摘要:PyCharm会默认使用自带的unittest框架来执行单元测试,不会执行main函数中的代码 解决方法: 1、点击PyCharm右上角的 Uittest in xxx.py下拉框. 2、点击Edit Configuration...,在弹出的对话框中,删除 unittests in xxxx.py
阅读全文
posted @
2021-05-28 15:54
Aliwall
阅读(465)
评论(0)
推荐(0)
unittest 用例间数据共享参数传递.
摘要:1 import unittest 2 import requests 3 import urllib3 4 urllib3.disable_warnings() 5 import warnings # 解决错误 ResourceWarning: Enable tracemalloc to get
阅读全文
posted @
2021-05-17 16:47
Aliwall
阅读(486)
评论(0)
推荐(0)
公告