tip

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UnresolvedTestCaseName = "???"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.2.0

type Config struct {
	Command []string `toml:"command"`
}

func LoadConfig added in v0.2.0

func LoadConfig() (*Config, error)

type SubTest

type SubTest struct {
	Name                 string
	Subs                 []*SubTest
	IsUnresolvedSubTests bool
}

type Target

type Target struct {
	PackageName     string
	TestNamePattern string
	IsPrefix        bool
}

func NewTarget

func NewTarget(path, name string, isUnresolved bool) *Target

func (*Target) DropLastSegment

func (t *Target) DropLastSegment()

type TestFunction

type TestFunction struct {
	Name string
	Subs []*SubTest
}

Jump to

Keyboard shortcuts

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