testutil

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package testutil provides shared helpers for hermetic notice-tool tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Apache2License

func Apache2License() string

Apache2License returns a complete Apache-2.0 license body. The license text contains no real copyright line; pair with a sibling NOTICE file in fixtures when a copyright is required.

func BSD3License

func BSD3License(copyrightLine string) string

BSD3License returns a minimal BSD-3-Clause license body with the given copyright line.

func MITLicense

func MITLicense(copyrightLine string) string

MITLicense returns a minimal MIT license body with the given copyright line.

func WriteTree

func WriteTree(t *testing.T, root string, files map[string]string)

WriteTree materializes a synthetic file layout under root from a path-to-content map. Paths are relative to root and use forward slashes; intermediate directories are created automatically. Test failures call t.Fatal.

Types

This section is empty.

Jump to

Keyboard shortcuts

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