The-DevOps-Daily/pg-wire-mock

Add Comprehensive Test Suite

オープン

#65 opened on 2025/09/26

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (15 件のフォーク)github user discovery
hacktoberfest

Repository metrics

Stars
 (26 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Expand the test suite to cover more of the codebase and protocol implementation.

Description: Current test coverage is limited. Adding comprehensive tests will help ensure the mock server behaves correctly.

Tasks:

  • Add unit tests for all protocol message builders
  • Add unit tests for all protocol message processors
  • Add integration tests for full message flows
  • Add connection lifecycle tests
  • Add edge case and error handling tests
  • Set up CI to run tests and report coverage

Related files:

  • tests/ directory
  • jest.config.js

コントリビューターガイド