Documentation ¶
Index ¶
Constants ¶
This section is empty.
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, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.