From c9810bec9e481152b2b33bf2b6dbf31f24436128 Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Thu, 22 Jul 2021 01:03:49 -0400 Subject: [PATCH] Remove mention of AWS test from README Signed-off-by: Clinton Wolfe --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 724547db6..e33eee626 100644 --- a/README.md +++ b/README.md @@ -384,11 +384,10 @@ As a reminder, all participants are expected to follow the [Code of Conduct](htt ## Testing Chef InSpec -We offer `unit`, `integration`, and `aws` tests. +We offer `unit` and `integration` tests. - `unit` tests ensure the intended behaviour of the implementation - `integration` tests run against Docker-based VMs via test-kitchen and [kitchen-inspec](https://github.com/chef/kitchen-inspec) -- `aws` tests exercise the AWS resources against real AWS accounts ### Unit tests