add ecr to readme (#1101)
This commit is contained in:
parent
8f0e2e7954
commit
0d122ef86f
@ -78,6 +78,8 @@ It gets even better! Moto isn't just for Python code and it isn't just for S3. L
|
|||||||
| - Security Groups | | core endpoints done |
|
| - Security Groups | | core endpoints done |
|
||||||
| - Tags | | all endpoints done |
|
| - Tags | | all endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------|
|
||||||
|
| ECR | @mock_ecr | basic endpoints done |
|
||||||
|
|------------------------------------------------------------------------------|
|
||||||
| ECS | @mock_ecs | basic endpoints done |
|
| ECS | @mock_ecs | basic endpoints done |
|
||||||
|------------------------------------------------------------------------------|
|
|------------------------------------------------------------------------------|
|
||||||
| ELB | @mock_elb | core endpoints done |
|
| ELB | @mock_elb | core endpoints done |
|
||||||
@ -155,9 +157,9 @@ moto 1.0.X mock docorators are defined for boto3 and do not work with boto2. Use
|
|||||||
|
|
||||||
Using moto with boto2
|
Using moto with boto2
|
||||||
```python
|
```python
|
||||||
from moto import mock_ec2_deprecated
|
from moto import mock_ec2_deprecated
|
||||||
import boto
|
import boto
|
||||||
|
|
||||||
@mock_ec2_deprecated
|
@mock_ec2_deprecated
|
||||||
def test_something_with_ec2():
|
def test_something_with_ec2():
|
||||||
ec2_conn = boto.ec2.connect_to_region('us-east-1')
|
ec2_conn = boto.ec2.connect_to_region('us-east-1')
|
||||||
|
Loading…
Reference in New Issue
Block a user