The-DevOps-Daily/pg-wire-mock

Add Comprehensive Test Suite

开放

#65 创建于 2025年9月26日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (15 个派生)github user discovery
hacktoberfest

仓库指标

星标
 (26 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南