2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-02-19 07:28:41 +00:00

Remove mention of AWS test from README

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2021-07-22 01:03:49 -04:00
parent e222bda96d
commit c9810bec9e

View file

@ -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