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.7.post1.tar.gz
(2.5 MB
view details)
Built Distribution
File details
Details for the file moto-ext-4.0.7.post1.tar.gz
.
File metadata
- Download URL: moto-ext-4.0.7.post1.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 025aa36261a3d8504881f4de00c990861537fc73b4f026a08feb2dd3a652081c |
|
MD5 | f569b1de44c361963473233f6b3ccce1 |
|
BLAKE2b-256 | 67fe7980ddcbcbfd947705c954682c72841e12c8016e7006baaca70b517da1b7 |
File details
Details for the file moto_ext-4.0.7.post1-py3-none-any.whl
.
File metadata
- Download URL: moto_ext-4.0.7.post1-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8298021bc44bf14f0662befddd33ca4d33744f1a101551bb70b42fcc9e44f9b |
|
MD5 | 8a9d1923a259abb16641516d1757e45c |
|
BLAKE2b-256 | 9b31cd8dbf53caeb09547f56aee1c0c1c76223400b6b15659d66c92ce8e9b3d5 |