Skip to content

Commit

Permalink
reinstate redundant test fixture (remove separately)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Jan 31, 2023
1 parent f4625d9 commit f1092eb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions languageServer/src/test/fixtures/examples/valid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,30 @@ stages:
- output
`
export const vars_dvc_yaml = `
vars:
- custom_params.yaml
- models:
us:
threshold: 10
- desc: 'Reusable description'
- params.json
- myvar: 'value'
- config/myapp.yaml
- params.json:clean,feats
stages:
test_vars:
vars:
- params.json:build
- model:
filename: 'model-us.hdf5'
cmd: echo hello world
test_foreach_vars:
foreach: \${vars}
do:
vars:
- params.json:build
- model:
filename: 'model-us.hdf5'
cmd: echo \${item} \${model.filename}
`

0 comments on commit f1092eb

Please sign in to comment.