vcrpy
Mocker
Automates mocking of HTTP interactions to simplify and speed up testing
Automatically mock your HTTP interactions to simplify and speed up testing
3k stars
38 watching
387 forks
Language: Python
last commit: about 2 months ago
Linked from 2 awesome lists
httpmockingpythontesting
Related projects:
Repository | Description | Stars |
---|---|---|
vcr/vcr | A tool to record and replay HTTP interactions during tests, allowing for fast, deterministic, and accurate testing. | 5,872 |
squeaky-pl/japronto | A high-performance HTTP toolkit with pipelining support for scaling and speed optimization | 8,611 |
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,727 |
session-replay-tools/tcpcopy | A tool for simulating real-world network traffic to test the stability and performance of internet applications | 4,528 |
gabrielfalcao/httpretty | Intercepts and mocks HTTP requests at the Python socket level | 2,114 |
pnuckowski/aioresponses | A tool to mock and test asynchronous HTTP requests in Python applications | 519 |
secdev/scapy | A Python-based tool for interactive packet manipulation and analysis | 10,870 |
gkbrk/slowloris | An HTTP-based denial of service tool | 2,481 |
parroty/exvcr | A library for recording and replaying HTTP interactions in Elixir | 732 |
pyppeteer/pyppeteer | An unofficial Python port of a headless Chrome/Chromium browser automation library | 3,709 |
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,979 |
deedy5/primp | An HTTP client library that allows users to impersonate web browsers in their applications. | 111 |
httpie/cli | A command-line HTTP client with an expressive syntax and features to interact with web services | 34,188 |
locustio/locust | An open source tool for writing and running load tests in plain Python to evaluate performance under heavy loads | 25,231 |
buger/goreplay | Captures and replays live HTTP traffic to test systems with real data | 18,700 |