From b5c57b8b920ee99447a6ad57cc1f06193002bcea Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 7 Oct 2024 17:52:16 +0200 Subject: [PATCH] Assert AWS CLI runs --- test/test_aws.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/test_aws.py 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