The-DevOps-Daily/pg-wire-mock

Add Comprehensive Test Suite

Ouverte

#65 ouverte le 26 sept. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)JavaScript (15 forks)github user discovery
hacktoberfest

Métriques du dépôt

Stars
 (26 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur