mirror of https://github.com/databricks/cli.git
db6313e99c
## Changes Two issues with this command: * The command line arguments for the secret value were ignored * If the secret value was piped through stdin, it would still prompt The second issue prevented users from using multi-line strings because the prompt reads until end-of-line. This change adds testing infrastructure for: * Setting up a workspace focused test (common between many tests) * Running a snippet of Python through the command execution API Porting more integration tests to use this infrastructure will be done in later commits. ## Tests New integration test passes. The interactive path cannot be integration tested just yet. |
||
---|---|---|
.. | ||
acc | ||
build | ||
testdata/import_dir | ||
alerts_test.go | ||
api_test.go | ||
clusters_test.go | ||
filer_test.go | ||
fs_cat_test.go | ||
fs_cp_test.go | ||
fs_ls_test.go | ||
helpers.go | ||
locker_test.go | ||
mkdir_test.go | ||
repos_test.go | ||
rm_test.go | ||
secrets_test.go | ||
sync_test.go | ||
version_test.go | ||
workspace_test.go |