linttest

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckersTest added in v0.5.3

type CheckersTest struct {
	// IgnoreErrors is a checker names list those tests ignore parse/typecheck errors.
	IgnoreErrors []string
}

func (*CheckersTest) Run added in v0.5.3

func (cfg *CheckersTest) Run(t *testing.T)

Run executes every registered checker tests.

TODO(quasilyte): document default options.

type IntegrationTest

type IntegrationTest struct {
	Main string

	// Dir specifies a path to integration tests.
	Dir string
}

IntegrationTest specifies integration test options.

func (*IntegrationTest) Run

func (cfg *IntegrationTest) Run(t *testing.T)

Run executes integration tests.

Jump to

Keyboard shortcuts

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