Packages

Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. Integrates the https://pact.io specification with ex_unit testing.

Retired package: Release invalid - Package not yet functional. This version was a hex publish test.

Current section

Files

Jump to
ex_pact README.md
Raw

README.md

# ExPact
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_pact` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_pact, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_pact](https://hexdocs.pm/ex_pact).