A library that allows your python tests to easily mock out the boto library
Project description
Moto - Mock AWS Services
Fork of moto
with changes and adaptations for LocalStack.
Please refer to the upstream repo for more details.
Releasing
This fork is maintained as a separate pypi package, moto-ext. To release a new version, follow these steps:
# make sure to have git remotes defined for both repos:
$ git remote -v
localstack git@github.com:localstack/moto.git (fetch)
localstack git@github.com:localstack/moto.git (push)
upstream git@github.com:spulec/moto.git (fetch)
upstream git@github.com:spulec/moto.git (push)
# fetch fresh upstream "master" branch
$ git fetch upstream master
# branch "localstack" is the default branch of this repo
$ git checkout localstack
$ git rebase upstream/master # resolve merge conflicts, if any...
# (force-)push latest changes to the remote repo
$ git push -f localstack localstack
# update __version__, then publish to pypi
$ vi moto/__init__.py
...
$ rm -rf dist/ build/
$ make publish
...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
moto-ext-4.0.12.post2.tar.gz
(2.6 MB
view details)
Built Distribution
File details
Details for the file moto-ext-4.0.12.post2.tar.gz
.
File metadata
- Download URL: moto-ext-4.0.12.post2.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa0edaa2cb0457a0be449517f2cb744658a1b0031f590816bd2bbbbcb8d95406 |
|
MD5 | 79f5b324c828609244a460c9633bce7b |
|
BLAKE2b-256 | 30941a711e1a5fa96f7cdf4cd955e1b8c964d604248efe16a276812ca4308179 |
File details
Details for the file moto_ext-4.0.12.post2-py3-none-any.whl
.
File metadata
- Download URL: moto_ext-4.0.12.post2-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e35d3c98fce494fec73b3d066f4b33a911f836e8793677ddeb1956460226938e |
|
MD5 | c800194483c7d69c53319c99fa689a6e |
|
BLAKE2b-256 | 81e221b27047f9b4a83dafd2bb03f97cf83585d12e9cdfbc34de867f1974d8ef |