概要
tooling の test-pytest は pytest 導入のみで、テストの「書き方」ルールが coding-standards 側に無い。
追加候補ルール
test-parametrize — パラメータ化テストで重複を排除
test-fixtures — fixture でセットアップを共通化
test-mocking — 外部依存の適切なモック化
備考
- coding-standards に Testing カテゴリを新設するか、既存カテゴリに含めるか要検討
_template.md 形式に準拠
概要
tooling の
test-pytestは pytest 導入のみで、テストの「書き方」ルールが coding-standards 側に無い。追加候補ルール
test-parametrize— パラメータ化テストで重複を排除test-fixtures— fixture でセットアップを共通化test-mocking— 外部依存の適切なモック化備考
_template.md形式に準拠