1 Star 0 Fork 1

brucezhang/python-bsddb3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
TextTestResult.patch 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-05-06 16:40 +08:00 . package init
--- a/test3.py~ 2020-11-26 09:38:58.000000000 -0600
+++ a/test3.py 2022-12-21 12:47:20.593405985 -0600
@@ -150,9 +150,9 @@
try : # Check in the future if this still necessary
# Python 2.7 and 3.2
- from unittest.runner import _TextTestResult
+ from unittest.runner import TextTestResult as _TextTestResult
except ImportError :
- from unittest import _TextTestResult
+ from unittest import TextTestResult as _TextTestResult
class ImmediateTestResult(_TextTestResult):
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbrucezhang/python-bsddb3.git
git@gitee.com:bbrucezhang/python-bsddb3.git
bbrucezhang
python-bsddb3
python-bsddb3
master

搜索帮助