MCPcopy Index your code
hub / github.com/rilldata/rill / Run

Method Run

cli/testcli/testcli.go:49–51  ·  view source on GitHub ↗

Run executes the CLI with the given arguments and captures the output.

(t *testing.T, args ...string)

Source from the content-addressed store, hash-verified

47
48// Run executes the CLI with the given arguments and captures the output.
49func (f *Fixture) Run(t *testing.T, args ...string) Result {
50 return f.RunWithInput(t, "", args...)
51}
52
53// RunWithInput executes the CLI with the given input and arguments and captures the output.
54func (f *Fixture) RunWithInput(t *testing.T, input string, args ...string) Result {

Callers 15

setupTestRepositoryFunction · 0.45
createRemoteCommitFunction · 0.45
setupGitConfigFunction · 0.45
execScriptFunction · 0.45
TestAnalyticsMigrationFunction · 0.45
TestRunGitStatusFunction · 0.45
TestRunUpstreamMergeFunction · 0.45
setupTestRepositoryFunction · 0.45

Calls 1

RunWithInputMethod · 0.95

Tested by 15

setupTestRepositoryFunction · 0.36
createRemoteCommitFunction · 0.36
setupGitConfigFunction · 0.36
TestAnalyticsMigrationFunction · 0.36
TestRunGitStatusFunction · 0.36
TestRunUpstreamMergeFunction · 0.36
setupTestRepositoryFunction · 0.36