databricks-cli/internal/testcli
Denis Bilenko 8e1c38ac59 ensure correct newlines for testdata 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 ensure correct newlines for testdata 2024-12-20 14:42:33 +01:00
golden_test.go Add integration test for default Python bundle initialization 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.