python-wiremock icon indicating copy to clipboard operation
python-wiremock copied to clipboard

Seamless integration with Hug

Open oleg-nenashev opened this issue 2 years ago • 0 comments
trafficstars

Proposal

Hug is a popular API development framework for Python, relatively similar to Spring in Java and other declarative annotation-driven frameworks. It would be great to add basic integration for PythonWireMock, for example:

  • Provisioning a Mock server for a Hug-annotated class
  • Generation of mock JSONs

References

  • https://github.com/hugapi/hug

oleg-nenashev avatar Jul 24 '23 10:07 oleg-nenashev