2015-07-27 15:44:41 +00:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
2017-03-14 03:07:18 +00:00
< title > Moto: A Mock library for boto — Moto 0.4.10 documentation< / title >
2015-07-27 15:44:41 +00:00
< link rel = "stylesheet" href = "_static/alabaster.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" >
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.4.10',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
2017-03-14 03:07:18 +00:00
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
2015-07-27 15:44:41 +00:00
};
< / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
2017-03-14 03:07:18 +00:00
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
2015-07-27 15:44:41 +00:00
< link rel = "next" title = "Getting Started with Moto" href = "getting_started.html" / >
2017-03-14 03:07:18 +00:00
< link rel = "stylesheet" href = "_static/custom.css" type = "text/css" / >
2015-07-27 15:44:41 +00:00
2017-03-14 03:07:18 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=0.9, maximum-scale=0.9" / >
2015-07-27 15:44:41 +00:00
< / head >
2017-03-14 03:07:18 +00:00
< body role = "document" >
2015-07-27 15:44:41 +00:00
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "moto-a-mock-library-for-boto" >
< span id = "index" > < / span > < h1 > Moto: A Mock library for boto< a class = "headerlink" href = "#moto-a-mock-library-for-boto" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > A library that allows you to easily mock out tests based on
< span class = "target" id = "aws-infrastructure" > AWS infrastructure< / span > .< / p >
< div class = "section" id = "getting-started" >
< h2 > Getting Started< a class = "headerlink" href = "#getting-started" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > If you’ ve never used < code class = "docutils literal" > < span class = "pre" > moto< / span > < / code > before, you should read the
2017-03-14 03:07:18 +00:00
< a class = "reference internal" href = "getting_started.html" > < span class = "doc" > Getting Started with Moto< / span > < / a > guide to get familiar
2015-07-27 15:44:41 +00:00
with < code class = "docutils literal" > < span class = "pre" > moto< / span > < / code > & its usage.< / p >
< / div >
< div class = "section" id = "currently-implemented-services" >
< h2 > Currently implemented Services< a class = "headerlink" href = "#currently-implemented-services" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
< li > < strong > Compute< / strong > < ul >
2017-03-14 03:07:18 +00:00
< li > < a class = "reference internal" href = "ec2_tut.html" > < span class = "doc" > Elastic Compute Cloud< / span > < / a > < / li >
2015-07-27 15:44:41 +00:00
< li > AMI< / li >
< li > EBS< / li >
< li > Instances< / li >
< li > Security groups< / li >
< li > Tags< / li >
< li > Auto Scaling< / li >
< / ul >
< / li >
< li > < strong > Storage and content delivery< / strong > < ul >
< li > S3< / li >
< li > Glacier< / li >
< / ul >
< / li >
< li > < strong > Database< / strong > < ul >
< li > RDS< / li >
< li > DynamoDB< / li >
< li > Redshift< / li >
< / ul >
< / li >
< li > < strong > Networking< / strong > < ul >
< li > Route53< / li >
< / ul >
< / li >
< li > < strong > Administration and security< / strong > < ul >
< li > Identity & access management< / li >
< li > CloudWatch< / li >
< / ul >
< / li >
< li > < strong > Deployment and management< / strong > < ul >
< li > CloudFormation< / li >
< / ul >
< / li >
< li > < strong > Analytics< / strong > < ul >
< li > Kinesis< / li >
< li > EMR< / li >
< / ul >
< / li >
< li > < strong > Application service< / strong > < ul >
< li > SQS< / li >
< li > SES< / li >
< / ul >
< / li >
< li > < strong > Mobile services< / strong > < ul >
< li > SNS< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "section" id = "additional-resources" >
< h2 > Additional Resources< a class = "headerlink" href = "#additional-resources" title = "Permalink to this headline" > ¶< / a > < / h2 >
< ul class = "simple" >
< li > < a class = "reference external" href = "https://github.com/spulec/moto" > Moto Source Repository< / a > < / li >
< li > < a class = "reference external" href = "https://github.com/spulec/moto/issues" > Moto Issue Tracker< / a > < / li >
< / ul >
< div class = "section" id = "indices-and-tables" >
< h3 > Indices and tables< a class = "headerlink" href = "#indices-and-tables" title = "Permalink to this headline" > ¶< / a > < / h3 >
< ul class = "simple" >
2017-03-14 03:07:18 +00:00
< li > < a class = "reference internal" href = "genindex.html" > < span class = "std std-ref" > Index< / span > < / a > < / li >
< li > < a class = "reference internal" href = "py-modindex.html" > < span class = "std std-ref" > Module Index< / span > < / a > < / li >
< li > < a class = "reference internal" href = "search.html" > < span class = "std std-ref" > Search Page< / span > < / a > < / li >
2015-07-27 15:44:41 +00:00
< / ul >
< div class = "toctree-wrapper compound" >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< h3 > < a href = "#" > Table Of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Moto: A Mock library for boto< / a > < ul >
< li > < a class = "reference internal" href = "#getting-started" > Getting Started< / a > < / li >
< li > < a class = "reference internal" href = "#currently-implemented-services" > Currently implemented Services< / a > < / li >
< li > < a class = "reference internal" href = "#additional-resources" > Additional Resources< / a > < ul >
< li > < a class = "reference internal" href = "#indices-and-tables" > Indices and tables< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< div class = "relations" >
< h3 > Related Topics< / h3 >
< ul >
< li > < a href = "#" > Documentation overview< / a > < ul >
< li > Next: < a href = "getting_started.html" title = "next chapter" > Getting Started with Moto< / a > < / li >
< / ul > < / li >
< / ul >
< / div >
< div role = "note" aria-label = "source link" >
< h3 > This Page< / h3 >
< ul class = "this-page-menu" >
2017-03-14 03:07:18 +00:00
< li > < a href = "_sources/index.rst.txt"
2015-07-27 15:44:41 +00:00
rel="nofollow">Show Source< / a > < / li >
< / ul >
< / div >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 > Quick search< / h3 >
< form class = "search" action = "search.html" method = "get" >
2017-03-14 03:07:18 +00:00
< div > < input type = "text" name = "q" / > < / div >
< div > < input type = "submit" value = "Go" / > < / div >
2015-07-27 15:44:41 +00:00
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< script type = "text/javascript" > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
© 2015, Steve Pulec.
|
2017-03-14 03:07:18 +00:00
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 1.5.3< / a >
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.10< / a >
2015-07-27 15:44:41 +00:00
|
2017-03-14 03:07:18 +00:00
< a href = "_sources/index.rst.txt"
2015-07-27 15:44:41 +00:00
rel="nofollow">Page source< / a >
< / div >
< / body >
< / html >