Support `<LITERAL ELLIPSIS>` in `doctest` module
未關閉
還沒有人認領這個 Issue。
stdlib
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
Feature or enhancement
Proposal:
Currently, with # doctest: +ELLIPSIS, a ... can match anything. Sometimes, we want to test that a test matches a literal ellipsis.
I propose something similar to <LITERAL ELLIPSIS>. Possibly guarded behind another doctest flag.
'''
>>> '123...456' # doctest: +ELLIPSIS
'123<LITERAL ELLIPSIS>456'
'''
Motivation: SageMath doctest. See https://github.com/sagemath/sage/pull/41276, https://github.com/sagemath/sage/pull/41182.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先閱讀 doctest 模組及其現有的 ELLIPSIS 處理。確定應如何指定字面省略號標記,以及是否需要單獨的 doctest 旗標,然後新增回歸測試涵蓋範圍,證明所提出的標記可以比對字面省略號,同時一般的省略號比對仍然有效。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- testing-qa
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100