jamielennox / requests-mockLinks
Mocked responses for the requests library
☆461Updated 10 months ago
Alternatives and similar repositories for requests-mock
Users that are interested in requests-mock are comparing it to the libraries listed below
Sorting:
- A plugin to improve the output of pytest with colourful unified diffs☆444Updated last year
- factory_boy integration the pytest runner☆385Updated last week
- better error messages for assert equals in pytest☆322Updated 9 months ago
- It helps to use fixtures in pytest.mark.parametrize☆390Updated last year
- Aioresponses is a helper for mock/fake web requests in python aiohttp package.☆547Updated 4 months ago
- Pytest plugin to randomly order tests and control random.seed☆662Updated this week
- Mock HTTPX with awesome request patterns and response side effects 🦋☆694Updated last month
- ❄️ A flake8 plugin to help you write better list/set/dict comprehensions.☆468Updated last week
- Mypy plugin and stubs for SQLAlchemy☆575Updated 11 months ago
- Easily freeze time in pytest test + fixtures☆191Updated 2 years ago
- pytest plugin used to set environment variables☆221Updated 6 years ago
- Automatic generation of marshmallow schemas from dataclasses.☆464Updated 8 months ago
- A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodest…☆1,088Updated last week
- Pytest Plugin to disable socket calls during tests☆311Updated last week
- Programmatic startup/shutdown of ASGI apps.☆228Updated last year
- pytest fixture to mock HTTPX☆406Updated last week
- Http server for pytest to test http clients☆235Updated this week
- Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node☆343Updated 10 months ago
- A py.test plugin that parses environment files before running tests☆202Updated last year
- A port of Ruby on Rails' inflector to Python☆510Updated last year
- A pytest plugin powered by VCR.py to record and replay HTTP traffic.☆509Updated 2 weeks ago
- Mypy static type checker plugin for Pytest☆254Updated 2 months ago
- unittest subTest() support and subtests fixture☆235Updated last week
- dogpile.cache is a Python caching API which provides a generic interface to caching backends of any variety☆269Updated last month
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.