databricks-cli/internal/testcli
Denis Bilenko e685482e75 update NOTICE; fix formatting 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 update NOTICE; fix formatting 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.