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.
Click to show internal directories.
Click to hide internal directories.