databricks-cli/internal/testcli
Denis Bilenko f6e8f268e2 Remove orderedmap; use slice wrapped in struct 2024-12-20 14:42:33 +01:00
..
README.md Move the CLI test runner to `internal/testcli` package (#2004) 2024-12-12 16:48:51 +00:00
golden.go Remove orderedmap; use slice wrapped in struct 2024-12-20 14:42:33 +01:00
golden_test.go split code 2024-12-20 14:42:33 +01:00
runner.go Remove calls to `t.Setenv` from integration tests (#2018) 2024-12-16 12:34:37 +01:00

README.md

testcli

This package provides a way to run the CLI from tests as if it were a separate process. By running the CLI inline we can still set breakpoints and step through execution.

It transitively imports pretty much this entire repository, which is why we intentionally keep this package separate from testutil.