diff --git a/test/test_aws.py b/test/test_aws.py new file mode 100644 index 0000000..6355a4b --- /dev/null +++ b/test/test_aws.py @@ -0,0 +1,4 @@ +import pytest + +def test_aws(host): + assert 'aws-cli/' in host.run('aws --version').stdout