·
15 commits
to refs/heads/master
since this release
🐛 Bug fixes
- Fix
--root-dir
propagation to the standalone server (#101) @simonjgould - Change the return type of
create_mapping()
fromMappingResponse
toMapping
(#99) @hassomehide
✍ Other changes
- Increase retry_count for server_running to 10 to account for slower startup times of Wiremock (#112) @jonassvalin
- 🧹Delete unused requirements (#116) @alexjrk
- Revert WireMock v3-related changes (#114) @alexjrk
- Fix unit tests runner (#115) @alexjrk
- Fix
Requests.reset_request_journal()
for Wiremock V3 (#108) @alexjrk - Update the docker compose command for the integration tests (#111) @leeturner
- Fixes test container paths so they work on Windows (#105) @mhairifin