Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
  • Loading branch information
mikeywaites and oleg-nenashev authored Jul 11, 2023
commit 4d78686c790d8ff95e6ddb7f1016ca09806a3190
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To install via Poetry:

## Quick Start

The preferred way of using wiremock to mock your services is by using the provided `WireMockContainer` testcontainer.
The preferred way of using WireMock to mock your services is by using the provided `WireMockContainer` [testcontainers-python](https://github.com/testcontainers/testcontainers-python).

```python
import pytest
Expand Down