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/_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