databricks-cli/bundle/config/tests
Pieter Noordhuis e47fa61951
Skeleton for configuration loading and mutation (#92)
Load a tree of configuration files anchored at `bundle.yml` into the
`config.Root` struct.

All mutations (from setting defaults to merging files) are observable
through the `mutator.Mutator` interface.
2022-11-18 10:57:31 +01:00
..
basic Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
environment_overrides Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
include_default Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
include_override Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
README.md Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
basic_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
environment_overrides_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
include_default_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
include_override_test.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00
loader.go Skeleton for configuration loading and mutation (#92) 2022-11-18 10:57:31 +01:00

README.md

Bundle configuration tests

Every test here uses an example bundle configuration. Each bundle configuration is located in a dedicated subdirectory.