databricks-cli/libs/template
shreyas-goenka 55e62366fa
Add unit test for file name execution during rendering (#640)
## Changes
Adds a Unit test that directories and files in the file tree are
executed as templates
2023-08-07 12:44:01 +00:00
..
testdata Add unit test for file name execution during rendering (#640) 2023-08-07 12:44:01 +00:00
file.go Only treat files with .tmpl extension as templates (#594) 2023-08-01 13:43:27 +00:00
file_test.go Only treat files with .tmpl extension as templates (#594) 2023-08-01 13:43:27 +00:00
helpers.go Add url parse helper function for templates (#600) 2023-07-27 09:51:31 +00:00
helpers_test.go Only treat files with .tmpl extension as templates (#594) 2023-08-01 13:43:27 +00:00
renderer.go Only treat files with .tmpl extension as templates (#594) 2023-08-01 13:43:27 +00:00
renderer_test.go Add unit test for file name execution during rendering (#640) 2023-08-07 12:44:01 +00:00
schema.go Add JSON schema validation for input template parameters (#598) 2023-08-01 14:09:27 +00:00
schema_test.go Add JSON schema validation for input template parameters (#598) 2023-08-01 14:09:27 +00:00
validators.go Add JSON schema validation for input template parameters (#598) 2023-08-01 14:09:27 +00:00
validators_test.go Add JSON schema validation for input template parameters (#598) 2023-08-01 14:09:27 +00:00