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. |
||
---|---|---|
.. | ||
context.go | ||
error_event.go | ||
event.go | ||
io.go | ||
logger.go | ||
logger_test.go | ||
message_event.go | ||
render.go |