Skip to content

Commit 5f8257b

Browse files
Resolve #50: Note which version of the Pact specification is supported
1 parent e728301 commit 5f8257b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Python version of Pact. Enables consumer driven contract testing,
88
providing a mock service and DSL for the consumer project, and
99
interaction playback and verification for the service provider project.
10+
Currently supports version 2 of the [Pact specification].
1011

1112
For more information about what Pact is, and how it can help you
1213
test your code more efficiently, check out the [Pact documentation].
@@ -351,6 +352,7 @@ End to end: `make e2e`
351352
[Pact Broker]: https://docs.pact.io/documentation/sharings_pacts.html
352353
[Pact documentation]: https://docs.pact.io/
353354
[Pact Mock Service]: https://github.com/bethesque/pact-mock_service
355+
[Pact specification]: https://github.com/pact-foundation/pact-specification
354356
[Provider States]: https://docs.pact.io/documentation/provider_states.html
355357
[pact-provider-verifier]: https://github.com/pact-foundation/pact-provider-verifier
356358
[pyenv]: https://github.com/pyenv/pyenv

0 commit comments

Comments
 (0)