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
File details
Details for the file moto-ext-s3kmspatch-2.2.16.dev0.tar.gz
.
File metadata
- Download URL: moto-ext-s3kmspatch-2.2.16.dev0.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c50c2b57758cd8837a6b5cec0f9c996c363c342a5776167f2e2a5174855aa23 |
|
MD5 | aa0af17a26388a1962fdf7f6ef29c08c |
|
BLAKE2b-256 | d11c342454d350c981fdd14980082d5e008f437a161c3ca00cc00929e5d1a5a5 |