yoi/tickets/test-design.md

12 lines
454 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# テスト設計
## 背景
各クレートのテスト方針が未策定。クレート間の依存関係と非同期処理が絡むため、
テストの層(単体/結合/E2Eと mock 境界を明確にする必要がある。
## 検討事項
低層部分のテストを信頼し、上層までモックデータを引っ張ってきてテストする必要は無いのか?
実際の認証を使ったE2Eはどの様に結果を出すか/