Unit Test - CI/CD 用語集の定義
unit test は 1 つの関数やモジュールを依存関係をモック化して単体で検証し、高速かつ正確なフィードバックを提供します。
関連ガイド
Integration Test - CI/CD Glossary DefinitionAn integration test verifies that multiple components - code plus a database, queue, or API - work correctly…
Test Coverage - CI/CD Glossary DefinitionTest coverage measures how much of your code the test suite exercises. It flags untested areas but is a guide…