Skip to content

Commit

Permalink
Merge pull request #17 from WyriHaximusNet/assert-aws-cli-runs
Browse files Browse the repository at this point in the history
Assert AWS CLI runs
  • Loading branch information
WyriHaximus authored Oct 7, 2024
2 parents 0b9df49 + b5c57b8 commit 87c3b7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_aws.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pytest

def test_aws(host):
assert 'aws-cli/' in host.run('aws --version').stdout

0 comments on commit 87c3b7b

Please sign in to comment.