A mocking library for the Elixir language. We use the Erlang meck library to provide module mocking functionality for Elixir. It uses ma...
A mocking framework for Erlang
Mocks and explicit contracts for Elixir
Bypass provides a quick way to create a custom plug that can be put in place instead of an actual HTTP server to return prebaked response...
Mocks for Elixir functions
Automated contract testing for functions and mocks.
Ergonomic Mocking for Elixir Unit Testing
Simple mocking library for asynchronous testing.
GrpcMock is mocking library for [Elixir gRPC implementation](https://github.com/tony612/grpc-elixir). It provides seamless mock creation ...
Mock third-party services in ExUnit
A mocking library particularly suitable for stateful property based testing.
A convenience library to spawn plug router with your application for testing purposes
With FakeServer you can create individual HTTP servers for each test case, allowing external requests to be tested without the need for m...
A mock logging backend for Elixir unit tests
A library for mocking Elixir protocols
Concurrent mocks for gRPC Elixir
It's your application config but simply mocked with NimbleOwnership like Mox
Tool for mocking in tests
A simple Elixir package to elegantly mock module functions within (asynchronous) ExUnit tests using Erlang's :meck library
MockMe is a simple mock server used to mock out your third party services in your tests. Unlike many mocking solutions, MockMe starts a r...
Protocol-based mocks and explicit contracts in Elixir
A full library to help inject implementations at build time. With this power we can have a strong mocking framework that can also be asy...
A mocking library for ExUnit inspired by RSpec and based on meck.
StripeMock is a Stripe mock server written with Elixir and Phoenix.
Mocking server that, just like mox, allows parallel testing, but over HTTP.
An EasyMock inspired mocking library for erlang.
An Elixir mock HTTP(S) server useful for testing HTTP(S) clients.
Inject mock dependencies during test
Mockingbird helps you create API consumers that are easy to test.
WebSpell is an HTTP mocking library for Elixir. It is somewhat inspired by WebMock for Ruby, but adapted to the different programming env...