aioresponses
HTTP tester
A tool to mock and test asynchronous HTTP requests in Python applications
Aioresponses is a helper for mock/fake web requests in python aiohttp package.
517 stars
7 watching
87 forks
Language: Python
last commit: 8 days ago
Linked from 2 awesome lists
aiohttpasynciomockingtest
Related projects:
Repository | Description | Stars |
---|---|---|
gabrielfalcao/httpretty | Intercepts and mocks HTTP requests at the Python socket level | 2,108 |
nhumrich/aiomock | An implementation of Python's Mock with support for asynchronous methods | 26 |
patrys/httmock | A mocking library for HTTP requests in Python | 468 |
internations/http-mock | Allows mocking of HTTP requests in unit tests to enable integration testing with the HTTP side. | 391 |
aresponses/aresponses | An asynchronous HTTP mocking library used to simulate external services during development and testing. | 103 |
pylons/webtest | Allows testing of WSGI applications without setting up an HTTP server | 336 |
adamdoupe/wackopicko | A test website used to evaluate web application security tools and identify vulnerabilities. | 328 |
hh-h/aiosnmp | An asynchronous SNMP client and trap server for use with asyncio. | 45 |
thunlp/openattack | A Python toolkit for generating adversarial examples to test the robustness of natural language processing models | 689 |
alexliesenfeld/httpmock | A library that enables developers to mock HTTP responses and test their applications in isolation. | 488 |
jarcoal/httpmock | A tool for mocking HTTP responses in Go to facilitate testing and development of applications. | 1,943 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
richardszalay/mockhttp | A testing layer for the HttpClient library that allows stubbed responses to be configured using a fluent API | 1,626 |
volkandindar/agartha | An extension for a web application security testing tool that identifies vulnerabilities and exploits HTTP requests for penetration testing. | 355 |
alexandrehtrb/pororoca | An API testing tool with support for HTTP/2 and HTTP/3, allowing developers to test, manage and export API collections and environments in a more efficient way. | 519 |