From c7c472bf20285e0b37fe477f189c3d4795daa613 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 28 Feb 2013 00:12:12 -0500 Subject: [PATCH] add decorator names to readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e1b40e12b..02e02162f 100644 --- a/README.md +++ b/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. -* DynamoDB +* DynamoDB (@mock_dynamodb) * Table actions - core done -* EC2 +* EC2 (@mock_ec2) * AMI - core done * EBS - core done * Instances - completed * Security Groups - core done * Tags - completed -* S3 - core done -* SES - core done -* SQS - core done +* S3 (@mock_s3) - core done +* SES (@mock_ses) - core done +* SQS (@mock_sqs) - core done This library has been tested on boto v2.5+.