Remote HTTP Mock


Keywords
aiohttp, jj-mock
License
Apache-2.0
Install
pip install jj==2.10.1

Documentation

jj

Codecov PyPI PyPI - Downloads Python Version

JJ is a remote HTTP mock library that simulates HTTP responses for incoming requests. It enables users to define conditions for incoming HTTP requests and specify the responses that should be returned. The library operates on a client-server architecture, allowing for the server to be run locally or deployed remotely, catering to diverse testing environments.

Features

  • Flexible Request Matching: Define complex conditions to match incoming HTTP requests.
  • Customizable Responses: Tailor responses to suit your testing needs.
  • Client-Server Architecture: Run your mock server locally or deploy it remotely.
  • Real-time Interaction: Modify mocking behavior on-the-fly without server restarts.

Documentation

For comprehensive guidance on utilizing JJ, including installation, setup, and usage instructions, visit the documentation page.