CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/using.rst
docs/_build/.gitignore
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/index.doctree
docs/_build/doctrees/using.doctree
docs/_build/doctrees/internals/hooks.doctree
docs/_build/doctrees/internals/index.doctree
docs/_build/doctrees/internals/session.doctree
docs/_build/doctrees/internals/contrib/boto3.doctree
docs/_build/doctrees/internals/contrib/botocore.doctree
docs/_build/doctrees/internals/contrib/index.doctree
docs/_build/html/.buildinfo
docs/_build/html/genindex.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/using.html
docs/_build/html/_modules/index.html
docs/_build/html/_modules/pluggy.html
docs/_build/html/_modules/pytest_localstack.html
docs/_build/html/_modules/pytest_localstack/hookspecs.html
docs/_build/html/_modules/pytest_localstack/plugin.html
docs/_build/html/_modules/pytest_localstack/session.html
docs/_build/html/_modules/pytest_localstack/contrib/boto3.html
docs/_build/html/_modules/pytest_localstack/contrib/botocore.html
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/using.rst.txt
docs/_build/html/_sources/internals/hooks.rst.txt
docs/_build/html/_sources/internals/index.rst.txt
docs/_build/html/_sources/internals/session.rst.txt
docs/_build/html/_sources/internals/contrib/boto3.rst.txt
docs/_build/html/_sources/internals/contrib/botocore.rst.txt
docs/_build/html/_sources/internals/contrib/index.rst.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/alabaster.css
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/custom.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery-3.2.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/internals/hooks.html
docs/_build/html/internals/index.html
docs/_build/html/internals/session.html
docs/_build/html/internals/contrib/boto3.html
docs/_build/html/internals/contrib/botocore.html
docs/_build/html/internals/contrib/index.html
docs/_static/.gitignore
docs/internals/hooks.rst
docs/internals/index.rst
docs/internals/session.rst
docs/internals/contrib/boto3.rst
docs/internals/contrib/botocore.rst
docs/internals/contrib/index.rst
pytest_localstack/__init__.py
pytest_localstack/_version.py
pytest_localstack/constants.py
pytest_localstack/container.py
pytest_localstack/exceptions.py
pytest_localstack/hookspecs.py
pytest_localstack/plugin.py
pytest_localstack/service_checks.py
pytest_localstack/session.py
pytest_localstack/utils.py
pytest_localstack.egg-info/PKG-INFO
pytest_localstack.egg-info/SOURCES.txt
pytest_localstack.egg-info/dependency_links.txt
pytest_localstack.egg-info/entry_points.txt
pytest_localstack.egg-info/requires.txt
pytest_localstack.egg-info/top_level.txt
pytest_localstack.egg-info/zip-safe
pytest_localstack/contrib/__init__.py
pytest_localstack/contrib/boto3.py
pytest_localstack/contrib/botocore.py
tests/.flake8
tests/__init__.py
tests/utils.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/test_container.py
tests/functional/test_session.py
tests/functional/test_patch_fixture/__init__.py
tests/functional/test_patch_fixture/test_README.py
tests/functional/test_patch_fixture/test_services_available.py
tests/functional/test_service_fixture/__init__.py
tests/functional/test_service_fixture/test_README.py
tests/functional/test_service_fixture/test_services_available.py
tests/integration/__init__.py
tests/integration/test_plugin.py
tests/integration/test_contrib/__init__.py
tests/integration/test_contrib/test_boto3.py
tests/integration/test_contrib/test_botocore.py
tests/unit/__init__.py
tests/unit/test_container.py
tests/unit/test_session.py
tests/unit/test_utils.py