Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

consolidate scenarios

未关闭
#776 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
38/100
Issue 类型
重构
描述清晰度
需要澄清
活跃度
活跃
技术栈
python

调研方向

首先定位现有的场景测试及其 Bazel 目标,然后将它们与真实的分数场景进行比较。完成意味着场景能够覆盖多种行为,同时避免当前每个场景的运行时开销;pytest 和 gtest 覆盖范围(包括通过、失败、跳过和出错的情况)与 #774 中的防御性解析器更改一起,被列为已包含的工作或后续工作。

由索引模型根据 Issue 内容生成。

描述

currently scenarios are written like unit tests. very small and isolated. however running every scenario takes ages with bazel. we should test multiple things per scenario. this will implicitly make the scenarios themselfes more realistic.

hint: attempt to follow realistic score scenarios


included or follow-up:

gap: add scenario with pytest and gtest. with a passing, failing, skipped, and errored testcase. Based on #774 the parser should be way more defensive, e.g. unknown attribute = error.

主要语言
Python
星标
11
派生
33
平均合并
22 小时 43 分钟
30 天内合并 PR
65

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

eclipse-score/docs-as-code 的其他 Issue

查看 eclipse-score/docs-as-code 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。