Skip to content

Commit

Permalink
add very simple tests for experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 16, 2024
1 parent f5ccec8 commit c34390d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,18 @@ groups:
sugar rm --verbose --group group1 --options --force
sugar down --verbose --group group1
smoke-experimental:
help: Run simple text for experimental commands
dependencies:
- task: docker.killall
run: |
sugar attach --options --help
sugar cp --options --help
sugar ls --options --help
sugar scale --options --help
sugar wait --options --help
sugar watch --options --help
smoke:
help: Run final smoke tests
dependencies:
Expand All @@ -183,6 +195,7 @@ groups:
- task: tests.smoke-defaults
- task: tests.smoke-final
- task: tests.smoke-services
- task: tests.smoke-experimental
run: |
sugar --help
sugar --version
Expand Down
1 change: 1 addition & 0 deletions src/sugar/plugins/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ class SugarDockerCompose(SugarBase):
'exec',
'images',
'kill',
'ls',
'logs',
'pause',
'port',
Expand Down

0 comments on commit c34390d

Please sign in to comment.