PactElixir

This library is an Elixir wrapper for the pact-reference implementation

Build Status Coverage Status Ebert Inline docs

It is not yet usable as many needed parts like publishing a pact file to a broker or pact verification on the provider side are still missing. Also there is no documentation available, yet.

Installation

You need Rust in order to build and install the package.

If available in Hex, the package can be installed by adding pact_elixir to your list of dependencies in mix.exs:

def deps do
  [
    {:pact_elixir, "~> 0.1.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pact_elixir.