framework

package
v0.0.0-...-b044383 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestFileExtensionFromError

func TestFileExtensionFromError(err string) string
func TestNameToFileLink(framework string, testResults []models.TestRun) map[string]string

Types

type Framework

type Framework interface {
	ListTests() (map[string]string, error) // map[testName]packageName
	RunTests(testsToSkip map[string]models.SkippedTest) (testRuns []models.TestRun, exitCode int)
}

func NewFramework

func NewFramework(languageParser parser.Parser, framework, repoPath, testArgs string) (Framework, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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