Test suite for backends?
还没有人认领这个 Issue。
评估
- 难度
- 5/5
- 预计耗时
- 一周以上
- 新手友好度
- 25/100
- Issue 类型
- 功能
- 描述清晰度
- 需要澄清
- 活跃度
- 停滞
- 技术栈
- python
调研方向
从提议的 Python typing 代码片段开始,确定静态类型检查器将如何验证它。与维护者明确所需的后端合规范围;done 应意味着已经达成一致的测试套件设计,并定义了后端使用它的方式。
由索引模型根据 Issue 内容生成。
描述
Do we want to add a typing test suite that backends can vendor into their own code to verify that they're compliant with our protocols? Wouldn't need to be too long. Just something like:
# Typing test for Array API version 1234.
import jax.numpy as xp
import array_api_typing as xpt
def f(xp: xpt.ArrayNamespace) -> None:
pass
f(xp) # Test that xp is compliant.
# etc.
They can copy that snippet into their tests and verify it using the static type checker. They will need to also ensure that they have array-api-typing==1234 as a test requirement.
- 主要语言
- Python
- 星标
- 27
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
data-apis/array-api-typing 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 38/100
data-apis/array-api-typing#70 · 7 条评论 ·
-
难度 5/5 一周以上 新手友好度 25/100
data-apis/array-api-typing#59 · 4 条评论 · 1 个 reaction ·
-
CI + lefthook 未关闭👷 CI
难度 2/5 1-3 小时 新手友好度 45/100
data-apis/array-api-typing#40 · 1 个 reaction ·
-
✅ tests
data-apis/array-api-typing#25 · 1 条评论 · 1 个 reaction · 已指派 1 人 ·
-
难度 4/5 3-5 天 新手友好度 25/100
data-apis/array-api-typing#23 · 6 条评论 ·
查看 data-apis/array-api-typing 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 78/100
-
难度 2/5 1-3 小时 新手友好度 86/100
browser-use/browser-use#5905 ·
-
type: enhancement
难度 2/5 1-3 小时 新手友好度 68/100
ynput/ayon-python-api#363 ·
-
bug needs triage
难度 2/5 1-3 小时 新手友好度 88/100
modelscope/FunASR#3728 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
open-compass/opencompass#2655 ·