1 Star 0 Fork 1

abushwang/python-manuel

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-manuel-test.patch 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanjunkong 提交于 2024-07-15 16:12 +08:00 . update
--- manuel-1.11.2/src/manuel/index.txt.orig 2022-05-15 16:15:13.000000000 -0600
+++ manuel-1.11.2/src/manuel/index.txt 2022-06-20 11:08:41.585155482 -0600
@@ -212,9 +212,9 @@ When tests are run this way:
>>> sys.stdout.writeln = lambda s: sys.stdout.write(s+'\n')
>>> suite = loader.loadTestsFromTestCase(MyTest)
>>> result = suite.run(unittest.TextTestResult(sys.stdout, True, 3))
- test1 (tests.MyTest) ... ok
- test2 (tests.MyTest) ... ok
- test3 (tests.MyTest) ... FAIL
+ test1 (tests.MyTest.test1) ... ok
+ test2 (tests.MyTest.test2) ... ok
+ test3 (tests.MyTest.test3) ... FAIL
>>> for _, e in result.errors:
... print(e); print
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abushwang/python-manuel.git
git@gitee.com:abushwang/python-manuel.git
abushwang
python-manuel
python-manuel
master

搜索帮助