mox
Mocker
A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications
Mocks and explicit contracts in Elixir
1k stars
19 watching
77 forks
Language: Elixir
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
matryer/moq | A tool that generates mock implementations of interfaces for testing and code generation. | 1,995 |
sinhashubham95/moxy | An application server that allows creating mock endpoints and proxies requests to external services. | 14 |
jjh42/mock | A library for mocking functions in Elixir tests | 652 |
dashbitco/flow | A parallel computation library on top of GenStage for Elixir | 1,553 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
crowdhailer/ok | Provides elegant error handling and result monad support in Elixir | 602 |
driftrock/mockingbird | Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests | 3 |
alco/benchfella | Tools for comparing and benchmarking small code snippets | 516 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
dashbitco/nimble_options | A library that validates and documents high-level options | 508 |
sonerdy/double | A tool for creating test doubles that inject fake dependencies into Elixir applications without overriding existing module behavior. | 47 |
omise/omise-elixir | An Elixir client library for interacting with Omise's payment APIs. | 10 |
dcramer/mock-django | A simple library for mocking Django's ORM behavior. | 224 |
rob-brown/monadex | A library that helps developers work with monads in Elixir to manage state and control code flow. | 309 |
elixirs/faker | Generates fake data for testing and development purposes. | 1,079 |