Skip to content

Commit 4e4c6e3

Browse files
committed
add atmos-configuration to test
1 parent bd15949 commit 4e4c6e3

File tree

9 files changed

+113
-0
lines changed

9 files changed

+113
-0
lines changed

tests/snapshots/TestCLICommands_atmos_describe_configuration.stderr.golden

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/snapshots/TestCLICommands_atmos_describe_configuration.stdout.golden

Lines changed: 61 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test-cases/atmos-cli-imports.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,16 @@ tests:
1313
- "yaml"
1414
expect:
1515
exit_code: 0
16+
- name: atmos_describe_configuration
17+
snapshot: true
18+
enabled: true
19+
description: "Ensure atmos configuration"
20+
workdir: "fixtures/scenarios/atmos-configuration"
21+
command: "atmos"
22+
args:
23+
- "describe"
24+
- "config"
25+
- "-f"
26+
- "yaml"
27+
expect:
28+
exit_code: 0

0 commit comments

Comments
 (0)