.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
poetry.lock
pyproject.toml
setup.cfg
setup.py
./demo/__init__.py
./demo/test_config.py
./demo/test_http_methods.py
./demo/test_parameters.py
./demo/test_redirects.py
./demo/test_session.py
./demo/api/__init__.py
./demo/api/cookies.py
./demo/api/html_form.py
./demo/api/http_methods.py
./demo/api/redirects.py
./demo/api/response_formats.py
./pytest_requests/__init__.py
./pytest_requests/exceptions.py
./pytest_requests/testcase.py
./pytest_requests/utils.py
./pytest_requests/http/__init__.py
./pytest_requests/http/request.py
./pytest_requests/http/response.py
demo/__init__.py
demo/test_config.py
demo/test_http_methods.py
demo/test_parameters.py
demo/test_redirects.py
demo/test_session.py
demo/api/__init__.py
demo/api/cookies.py
demo/api/html_form.py
demo/api/http_methods.py
demo/api/redirects.py
demo/api/response_formats.py
pytest_requests/__init__.py
pytest_requests/exceptions.py
pytest_requests/testcase.py
pytest_requests/utils.py
pytest_requests.egg-info/PKG-INFO
pytest_requests.egg-info/SOURCES.txt
pytest_requests.egg-info/dependency_links.txt
pytest_requests.egg-info/requires.txt
pytest_requests.egg-info/top_level.txt
pytest_requests.egg-info/version.txt
pytest_requests/http/__init__.py
pytest_requests/http/request.py
pytest_requests/http/response.py
tests/__init__.py
tests/test_utils.py