moto

Package — TestingPython 3.7+Intermediate

Mock AWS services for unit testing boto3 code

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
boto3, botocore, cryptography, Jinja2, responses, requests, xmltodict, werkzeug
Install
pip install moto

Learn by Difficulty

Quick Example

python
# Install: pip install moto
import moto

# Basic moto usage
print(f"Using moto")
# See documentation for detailed examples

moto is a third-party package. Mock AWS services for unit testing boto3 code. Install with: pip install moto

Try in Playground

Tags

packagetestingquality-assurance