Allow doctest to select tests via -m/--match option
未关闭
还没有人认领这个 Issue。
tests
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- PR 合并指标
- PR 指标待抓取
描述
| BPO | 42797 |
|---|---|
| Nosy | @tim-one, @stevendaprano, @costas-basdekis |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-12-31.19:18:13.625>
labels = ['type-feature', 'tests', '3.10']
title = 'Allow doctest to select tests via -m/--match option'
updated_at = <Date 2021-01-01.09:40:34.483>
user = 'https://github.com/costas-basdekis'
bugs.python.org fields:
activity = <Date 2021-01-01.09:40:34.483>
actor = 'costas-basdekis'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-12-31.19:18:13.625>
creator = 'costas-basdekis'
dependencies = []
files = []
hgrepos = []
issue_num = 42797
keywords = ['patch']
message_count = 3.0
messages = ['384132', '384142', '384158']
nosy_count = 3.0
nosy_names = ['tim.peters', 'steven.daprano', 'costas-basdekis']
pr_nums = ['24028']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue42797'
versions = ['Python 3.10']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
检查 doctest 的命令行入口点和 issue 引用的测试区域,然后检查 PR #24028,了解已经提出的工作。确认 -m/--match 选项预期如何选择 doctest 用例,并使用现有测试验证已完成的行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli, testing
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 20/100