test

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const TestReportCoverageKey = "coverage"

The key where coverage meta information for a test report in JSON format can be found.

View Source
const TestReportMetaKey = "meta"

The key where meta information for a test report in JSON format can be found.

View Source
const TestReportSeedKey = "seed"

The key where seed meta information for a test report in JSON format can be found.

Variables

View Source
var TestCommand = &command.Command{
	Cmd: &cobra.Command{
		Use:     "test <filename>",
		Short:   "Run Cadence tests",
		Example: `flow test script.cdc`,
		Args:    cobra.MinimumNArgs(1),
		GroupID: "tools",
	},
	Flags:  &testFlags,
	RunS:   run,
	Status: &status,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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