Skip to content

Commit

Permalink
Add more test cases for atlantis
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Jan 15, 2025
1 parent 00c4357 commit 8fded4b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tests/test-cases/help-and-usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,39 @@ tests:
stderr:
- "^$"
exit_code: 1
- name: atmos atlantis generate repo-config help
enabled: true
description: "Should show help for 'atmos atlantis generate repo-config help'"
workdir: "../"
command: "atmos"
args:
- "atlantis"
- "generate"
- "repo-config"
- "help"
expect:
stdout:
- "Flags:"
- "--affected-only"
- "--config-template"
stderr:
- "^$"
exit_code: 0
- name: atmos atlantis generate repo-config --help
enabled: true
description: "Should show help for 'atmos atlantis generate repo-config --help'"
workdir: "../"
command: "atmos"
args:
- "atlantis"
- "generate"
- "repo-config"
- "--help"
expect:
stdout:
- "Flags:"
- "--affected-only"
- "--config-template"
stderr:
- "^$"
exit_code: 0

0 comments on commit 8fded4b

Please sign in to comment.