databricks-cli/cmd/labs/project
Denis Bilenko 1b2be1b2cb
Add error checking in tests and enable errcheck there (#1980)
## Changes
Fix all errcheck-found issues in tests and test helpers. Mostly this
done by adding require.NoError(t, err), sometimes panic() where t object
is not available).

Initial change is obtained with aider+claude, then manually reviewed and
cleaned up.

## Tests
Existing tests.
2024-12-09 13:56:41 +01:00
..
testdata
command_test.go
entrypoint.go Make bundle loaders return diagnostics (#1319) 2024-03-28 10:32:34 +00:00
fetcher.go
helpers.go
init_test.go
installed.go
installed_test.go
installer.go Add upgrade and upgrade eager flags to pip install call (#1636) 2024-07-31 09:35:06 +00:00
installer_test.go Add error checking in tests and enable errcheck there (#1980) 2024-12-09 13:56:41 +01:00
login.go
project.go
project_test.go
proxy.go
schema.json