mirror of https://github.com/databricks/cli.git
e0952491c9
## Changes Add new type of test helpers that run the command and compare full output (golden files approach). In case of JSON, there is also an option to ignore certain paths. Add test for different versions of Python to go through bundle init default-python / validate / deploy / summary. ## Tests New integration tests. |
||
---|---|---|
.. | ||
README.md | ||
golden.go | ||
golden_test.go | ||
runner.go |
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
.