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)
# branch "master" is kept in sync with upstream "master"
$ git checkout master
$ git pull upstream master
# branch "localstack" is the default branch of this repo
$ git checkout localstack
$ git rebase 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-2.2.6.2.tar.gz
(3.1 MB
view details)
Built Distribution
File details
Details for the file moto-ext-2.2.6.2.tar.gz
.
File metadata
- Download URL: moto-ext-2.2.6.2.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8e0e82ff1dacea88cb4f857adabe2375c40ba44c7bff3b7b96a9163b39ac701 |
|
MD5 | b38c4ddc135e038324c36d180dac43a5 |
|
BLAKE2b-256 | be09686e46647f0b16c1c1307c2ab05a694d487bdcac7d437d2c2e5f6638a111 |
File details
Details for the file moto_ext-2.2.6.2-py2.py3-none-any.whl
.
File metadata
- Download URL: moto_ext-2.2.6.2-py2.py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19698bb6ba75599478c926562217be44267dc1d28e131be3f7c74c8302541bd7 |
|
MD5 | 1f548be72c789a1edc3ac49c34e15248 |
|
BLAKE2b-256 | 66cc8b43c69b246a55042a2e125ce6f198388ec80636da2b2fc8895041cf3e6b |