//
pkg.gl
Category
src.elv.sh
pkg
tt
package
0.22.0-dev
Repository:
https://github.com/elves/elvish.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
11
Dependents
0
Files
194 SLOC
#
Functions
Args
Args is equivalent to It("").args(...).
Fn
Fn creates a FnDescriptor for the given function.
It
It returns a Case with the given text description.
Test
Test tests fn against the given Case instances.
#
Variables
Any
Any is a Matcher that matches any value.
CommonCmpOpt
CommonCmpOpt is cmp.Option shared between tt and evaltest.
#
Structs
Case
Case represents a test case.
FnDescriptor
FnDescriptor describes a function to test.
#
Interfaces
Matcher
Matcher wraps the Match method.
#
Type aliases
RetValue
RetValue is an empty interface used in the [Matcher] interface.