package
0.22.0-dev
Repository: https://github.com/elves/elvish.git
Documentation: pkg.go.dev

# Functions

Args is equivalent to It("").args(...).
Fn creates a FnDescriptor for the given function.
It returns a Case with the given text description.
Test tests fn against the given Case instances.

# Variables

Any is a Matcher that matches any value.
CommonCmpOpt is cmp.Option shared between tt and evaltest.

# Structs

Case represents a test case.
FnDescriptor describes a function to test.

# Interfaces

Matcher wraps the Match method.

# Type aliases

RetValue is an empty interface used in the [Matcher] interface.