Skip to content

iri6e4k0/jj

 
 

Repository files navigation

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.

About

Remote HTTP Mock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%