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-3.0.1.tar.gz
(3.2 MB
view details)
Built Distribution
File details
Details for the file moto-ext-3.0.1.tar.gz
.
File metadata
- Download URL: moto-ext-3.0.1.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2ab773da5dde11e185007c8a0610e9636aa1605ee3d72faf214012102098713 |
|
MD5 | 4e482066f8db0f3a71eef1837226928f |
|
BLAKE2b-256 | 9ccf179e235e13d83f9565ef9edfc1e8a6e9796759e048d96ccd4fcd6723dc91 |
File details
Details for the file moto_ext-3.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: moto_ext-3.0.1-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.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb22646b537eb27bdcf2b36894f1e9eec82d56cbdd52b2e74ea00c2c20e4fd6 |
|
MD5 | 864cb5ba25d8d03a390a592a3cc5b538 |
|
BLAKE2b-256 | b5297b3a187c353e4e1d484c43b6c1a0571fb2794466e0349a57dc95e664cfd8 |