databricks-cli/acceptance/selftest
Denis Bilenko 211ec62a70
acc: add Ignore setting to config (#2405)
Ignore output files using gitignore syntax.

## Changes
New Ignore setting in test.toml that will ignore specified files (syntax
is gitignore).

## Why

I'm using it in #2396 to ignore virtual env. It includes a lot of files.
The regular 'rm -fr .venv' approach only works if script get to that
point, but due to errors it might abort early. In that cases test runner
prints all unexpected files, polluting output. Ignoring those files at
test runner level ensure you never see them.

## Tests
Updated selftest/basic.
2025-02-28 14:23:50 +00:00
..
basic acc: add Ignore setting to config (#2405) 2025-02-28 14:23:50 +00:00
diff acc: add a helper to diff with replacements (#2352) 2025-02-14 11:02:12 +00:00
server acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00