...

Source file src/github.com/cybertec-postgresql/pgwatch/v3/internal/testutil/doc.go

Documentation: github.com/cybertec-postgresql/pgwatch/v3/internal/testutil

     1  // Package testutil provides testing utilities for pgwatch tests.
     2  //
     3  // This package contains mock implementations, test setup helpers, and constants
     4  // used across test files. It should only be imported by test files (*_test.go)
     5  // and will not be included in production binaries.
     6  //
     7  // The package includes:
     8  //   - Mock gRPC receivers for testing sink implementations
     9  //   - PostgreSQL container setup for integration tests
    10  //   - gRPC server setup with TLS support for testing
    11  //   - Test certificates and keys for TLS testing
    12  package testutil
    13