databricks-cli/internal
Pieter Noordhuis dc3a157fdc
Remove cleanup in testcli package (#2108)
## Changes

The main CLI entry point used to be a global variable, and the global
state had to be cleaned up after every test run. This hasn't been the
case for a while, and instead, the CLI is initialized in a function
call. State accumulated by a single CLI "instance" can no longer leak
into other instances, so we no longer have to perform cleanup.

## Tests

Existing tests pass.
2025-01-10 10:16:53 +00:00
..
bugbash Fixed downloading arm64 binaries (#2021) 2024-12-16 17:34:22 +01:00
build Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
mocks Rewrite 'interface{} -> any' (#1959) 2024-12-05 15:37:24 +00:00
testcli Remove cleanup in testcli package (#2108) 2025-01-10 10:16:53 +00:00
testutil Set the write bit for files written during template initialization (#2068) 2025-01-08 13:18:28 +00:00