databricks-cli/libs/template/testdata/template-in-path
Pieter Noordhuis ad8e61c739
Fix ability to import the CLI repository as module ()
## Changes

While investigating , I found that Go doesn't allow characters
outside the set documented at
https://pkg.go.dev/golang.org/x/mod/module#CheckFilePath.

To fix this, I changed the relevant test case to create the fixtures it
needs instead of loading it from the `testdata` directory (in
`renderer_test.go`).

Some test cases in `config_test.go` depended on templated paths without
needing to do so. In the process of fixing this, I refactored these
tests slightly to reduce dependencies between them.

This change also adds a test case to ensure that all files in the
repository are allowed to be part of a module (per the earlier
`CheckFilePath` function).

Fixes .

## Tests

I manually confirmed I could import the repository as a Go module.
2024-08-12 14:20:04 +00:00
..
library Execute paths without the .tmpl extension as templates () 2023-08-11 13:48:32 +00:00
template Fix ability to import the CLI repository as module () 2024-08-12 14:20:04 +00:00