deb-sig/double-entry-generator

Start to add more unit tests

开放

#144 创建于 2025年2月19日

 (1 条评论) (0 个反应) (0 位负责人)Go (100 个派生)user submission
enhancementgood first issuehelp wanted

仓库指标

星标
 (697 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is your feature request related to a problem? Please describe.

截至目前为止,本项目都还没有任何的单元测试, 我们有的只是基本账单文件的 end-to-end test, 软件开发的best practice 是 unit test >> integration test >> end-to-end test, 不过我们的现在是只有 end-to-end test.

Describe the solution you'd like 从现在开始,给项目增加单元测试用例

Describe alternatives you've considered 继续使用已有的end-to-end test, 但是随着项目支持 provider 的增多, 以及需要覆盖的场景的增加, 只有 end-to-end test 会显得力不从心.

Additional context #142

贡献者指南