You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,91 +21,22 @@ FIXME: Reporting is dead: https://github.com/wiremock/python-wiremock/issues/74
20
21
21
22
WireMock can run in unit tests, as a standalone process or a container. Key features include:
22
23
24
+
-[Testcontainers Python](https://github.com/testcontainers/testcontainers-python) module to easily start WireMock server for your tests
25
+
- REST API Client for a standalone WireMock Java server
23
26
- Supports most of the major [Wiremock](https://wiremock.org/docs) features (more on their way soon)
24
-
- Support for [testcontainers-python](https://github.com/testcontainers/testcontainers-python) to easily start wiremock server for your tests
25
-
- Support for standalone wiremock JAVA sever
26
27
27
-
## Install as Dependency
28
+
## References
28
29
29
-
To install:
30
-
31
-
`pip install wiremock`
32
-
33
-
To install with testing dependencies:
34
-
35
-
`pip install wiremock[testing]`
36
-
37
-
To install via Poetry:
38
-
39
-
`poetry add --extras=testing wiremock`
40
-
41
-
## Quick Start
42
-
43
-
The preferred way of using WireMock to mock your services is by using the provided `WireMockContainer`[testcontainers-python](https://github.com/testcontainers/testcontainers-python).
44
-
45
-
```python
46
-
import pytest
47
-
48
-
from wiremock.testing.testcontainer import wiremock_container
0 commit comments