python-wiremock
python-wiremock copied to clipboard
A Python library for API mocking and testing with Testcontainers module and WireMock
### 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...
### Proposal When a bunch of stuff is going on at the same time on a computer, the random port assignment fails because it is being taken. Instead of using...
Apologies if this is considered in scope for https://github.com/wiremock/python-wiremock/issues/91, but I wanted to call out a specific bug. The class method `Requests.reset_request_journal()` ([code](https://github.com/wiremock/python-wiremock/blob/master/wiremock/resources/requests/resource.py#L47-L51)) throws a `404 NotFoundException` after upgrading to...
### Proposal We need to ensure compatibility between WireMock 3 and the python library ## Scope - [ ] Integration testing with WireMock 3 in the native implementation - [...
This draft PR shows my work so far on automatically generating a reference section of the documentation based on docstrings in the source code. I find that `mkdosctrings` may not...
### Proposal The Python runtime does not enforce function and variable type annotations, but they can be used by third party tools such as type checkers, IDEs, linters, etc. PEP-484...
### Summary It looks like PyPi package is deployed manually at the moment. It would be nice if this is made a part of the release flow on GitHub Actions...
### Summary https://coveralls.io/github/wiremock/python-wiremock seems to be dead ### References _No response_
### Proposal As @tomakehurst documented in #47 , there are serious differences in the Admin APIs and capabilities of the implementations ### Missing API routes Find stub mappings by metadata:...
### Summary We do not have a position on naming in the community yet, but it is better to follow the standards to improve discoverability of the repositories and attract...