add decorator names to readme
This commit is contained in:
parent
f8c64104db
commit
c7c472bf20
10
README.md
10
README.md
@ -47,17 +47,17 @@ With the decorator wrapping the test, all the calls to s3 are automatically mock
|
|||||||
|
|
||||||
It gets even better! Moto isn't just S3. Here's the status of the other AWS services implemented.
|
It gets even better! Moto isn't just S3. Here's the status of the other AWS services implemented.
|
||||||
|
|
||||||
* DynamoDB
|
* DynamoDB (@mock_dynamodb)
|
||||||
* Table actions - core done
|
* Table actions - core done
|
||||||
* EC2
|
* EC2 (@mock_ec2)
|
||||||
* AMI - core done
|
* AMI - core done
|
||||||
* EBS - core done
|
* EBS - core done
|
||||||
* Instances - completed
|
* Instances - completed
|
||||||
* Security Groups - core done
|
* Security Groups - core done
|
||||||
* Tags - completed
|
* Tags - completed
|
||||||
* S3 - core done
|
* S3 (@mock_s3) - core done
|
||||||
* SES - core done
|
* SES (@mock_ses) - core done
|
||||||
* SQS - core done
|
* SQS (@mock_sqs) - core done
|
||||||
|
|
||||||
This library has been tested on boto v2.5+.
|
This library has been tested on boto v2.5+.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user