fake

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package fake provides a mergechecker.MergeChecker whose outcome is driven by the input change. With no marker it reports every change as mergeable, behaving as a best-case stub for wiring and baselines. A failure can be injected end-to-end (e.g. from an e2e land request) by embedding a marker token in a change URI of the form "sq-fake=<token>":

sq-fake=unmergeable     -> Result{Mergeable: false}
sq-fake=mergecheck-error -> non-nil error

This lets a single running stack exercise negative paths purely by varying request payloads. It is intended for examples and tests only, never production.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New returns a mergechecker.MergeChecker that defaults to mergeable and honors marker tokens embedded in change URIs.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL