comment out rest of readme for now
This commit is contained in:
parent
7d3a58240e
commit
0253e4e757
@ -45,16 +45,14 @@ def test_my_model_save():
|
|||||||
|
|
||||||
With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps the state of the buckets and keys.
|
With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps the state of the buckets and keys.
|
||||||
|
|
||||||
# Available Moto services:
|
<!-- # Available Moto services:
|
||||||
* S3
|
* S3
|
||||||
* EC2
|
* EC2
|
||||||
* DynamoDB
|
* DynamoDB
|
||||||
|
|
||||||
HTTPretty is a HTTP client mock library for Python 100% inspired on ruby's [FakeWeb](http://fakeweb.rubyforge.org/).
|
|
||||||
If you come from ruby this would probably sound familiar :smiley:
|
|
||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
```console
|
```console
|
||||||
pip install moto
|
pip install moto
|
||||||
```
|
```
|
||||||
|
-->
|
Loading…
Reference in New Issue
Block a user