dashbitco / mox

Mocks and explicit contracts in Elixir
1.35k stars 77 forks source link

[Question] Support for Pact? #105

Closed darwin67 closed 3 years ago

darwin67 commented 3 years ago

Hello,

When I search for elixir contract testing, this library and hammox are always the first ones to show up. After reading the docs, mox seems like a good library to use for testing external dependencies to some degree, but I don't see it as well covered as Pact for use case like microservices.

Would it make sense to have mox support pact?

josevalim commented 3 years ago

Hi Darwin, we have no plans to support something like Pact but someone can hopefully build something like that on top of projects like Mox and Bypass (or as its own project).