harness

package
v0.0.0-...-72c21ce Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package harness provides a simple way to test goldsmith plugins and filters. It executes a goldsmith chain on provided "source" data and compares the generated "target" resuts with the known to be good "reference" data.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Validate

func Validate(t *testing.T, stager Stager)

Validate enables validation of a single, unnamed case (test data is stored in "testdata").

func ValidateCase

func ValidateCase(t *testing.T, caseName string, stager Stager)

ValidateCase enables enables of a single, named case (test data is stored in "testdata/caseName").

Types

type Stager

type Stager func(gs *goldsmith.Goldsmith)

Stager callback function is used to set up a goldsmith chain.

Jump to

Keyboard shortcuts

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