skillconformance

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package skillconformance validates learned SkillRepository implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(t *testing.T, factory Factory)

func RunDistributed added in v0.14.0

func RunDistributed(t *testing.T, newFixture DistributedFixture)

RunDistributed adds cross-client and cross-server-instance checks to the complete SkillRepository contract.

func RunValidatedActivation

func RunValidatedActivation(t *testing.T, factory Factory)

RunValidatedActivation validates the optional lower-assurance activation capability. Repositories that implement only SkillRepository remain conformant.

Types

type DistributedFactory added in v0.14.0

type DistributedFactory func(*testing.T) learning.SkillRepository

DistributedFactory opens an independent client/server-instance view over one shared repository backend. Revisions remain opaque across every view.

type DistributedFixture added in v0.14.0

type DistributedFixture func(*testing.T) DistributedFactory

DistributedFixture creates one shared backend and returns a factory for independent views over it.

type Factory

type Factory func(*testing.T) learning.SkillRepository

Jump to

Keyboard shortcuts

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