testutils

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestStatus

type TestStatus int
const (
	SkipStatus TestStatus = iota
	SuccessStatus
	FailStatus
	UnknownStatus
)

func (TestStatus) String

func (t TestStatus) String() string

type TestToCases

type TestToCases map[string]testCasesMaps

func ReadTestsStatuses

func ReadTestsStatuses(fs afero.Fs, path string) (TestToCases, error)

func (TestToCases) GetByNameForTest

func (t TestToCases) GetByNameForTest(testName, caseName string) TestStatus

Jump to

Keyboard shortcuts

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