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
@@ -293,7 +293,7 @@ For more information see [Matching](https://docs.pact.io/getting_started/matchin
293
293
## Verifying Pacts Against a Service
294
294
295
295
In addition to writing Pacts for Python consumers, you can also verify those Pacts
296
-
against a provider of any language. There are two ways to do this.
296
+
against a provider of any language. There are two ways to do this.
297
297
298
298
### CLI
299
299
@@ -362,7 +362,7 @@ The bearer token to use when contacting the Pact Broker. You can also specify th
362
362
as the environment variable `PACT_BROKER_TOKEN`.
363
363
364
364
### Python API
365
-
You can use the Verifier class. This has all the same parameters as the cli tool but allows you to write native python code and the test framework of your choice.
365
+
You can use the Verifier class. This has all the same parameters as the cli tool but allows you to write native python code and the test framework of your choice.
You can see more details in the [e2e examples](https://github.com/pact-foundation/pact-python/tree/master/examples/e2e/tests/provider/test_provider.py).
374
+
You can see more details in the [e2e examples](https://github.com/pact-foundation/pact-python/tree/master/examples/e2e/tests/provider/test_provider.py).
375
375
376
376
### Provider States
377
377
In many cases, your contracts will need very specific data to exist on the provider
0 commit comments