Merge pull request #5603 from inspec/cw/touch-readme

Remove mention of AWS tests from README
This commit is contained in:
Clinton Wolfe 2021-07-22 01:06:23 -04:00 committed by GitHub
commit dc5c3a7c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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