double
Mocking tool
A tool for creating test doubles that inject fake dependencies into Elixir applications without overriding existing module behavior.
Simple injectable test dependencies for Elixir
47 stars
3 watching
6 forks
Language: Elixir
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
archan937/mecks_unit | A tool to easily mock module functions in ExUnit tests using Erlang's :meck library | 55 |
appunite/mockery | A library that provides a simple way to mock functions in asynchronous Elixir testing | 91 |
jjh42/mock | A library for mocking functions in Elixir tests | 652 |
dashbitco/mox | A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications | 1,345 |
mockyabstract/mocky | An online service that allows users to generate custom HTTP responses for testing and development purposes. | 2,056 |
ihumanable/patch | A library that provides ergonomic mocking capabilities for Elixir tests | 193 |
elixirs/faker | Generates fake data for testing and development purposes. | 1,079 |
timbellay/mondrian | A tool for quickly creating iOS app mockups using Swift and Xcode Playgrounds | 4 |
fakeiteasy/fakeiteasy | A dynamic fake object library for .NET, allowing developers to create easy-to-use mock and stub objects. | 1,704 |
parroty/excheck | A testing library for Elixir programming language | 316 |
gnosis/mock-contract | A tool to mock dependencies in smart contract tests by providing a fake interface and predefined responses. | 94 |
zachallaun/mneme | A testing utility that allows developers to easily create and update tests with automatically generated expected values | 99 |
jasonbock/rocks | A mocking library based on the Compiler APIs (Roslyn + Mocks) to create mock objects for unit testing and verification of virtual methods | 257 |
outbrain/leonardo | A tool for centralizing client-side mocking in front-end development | 94 |
jimweirich/flexmock | A flexible mock object library for unit testing Ruby applications | 94 |