mock

Function mocker

A library for mocking functions in Elixir tests

Mocking library for Elixir language

GitHub

652 stars
11 watching
81 forks
Language: Elixir
last commit: 9 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
appunite/mockery A library that provides a simple way to mock functions in asynchronous Elixir testing 91
ihumanable/patch A library that provides ergonomic mocking capabilities for Elixir tests 193
dashbitco/mox A library for defining concurrent mocks in Elixir to simplify testing of concurrent applications 1,345
php-mock/php-mock A testing library that mocks non-deterministic built-in PHP functions to simplify unit tests 359
driftrock/mockingbird Assists with creating testable HTTP clients by providing an alternative implementation of HTTP requests 3
nbottarini/mockt A mocking library for TypeScript and JavaScript 10
sonerdy/double A tool for creating test doubles that inject fake dependencies into Elixir applications without overriding existing module behavior. 47
freerange/mocha A Ruby library for mocking and stubbing in unit tests 1,225
jimweirich/flexmock A flexible mock object library for unit testing Ruby applications 94
ferada/cl-mock A library for easily replacing parts of existing functions with mock implementations. 19
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
help-me-mom/ng-mocks A testing library for mocking components and services in Angular applications. 1,060
leoture/mockswift A library that allows you to write mocks and make better tests with Swift 90
mockyabstract/mocky An online service that allows users to generate custom HTTP responses for testing and development purposes. 2,056
alexliesenfeld/httpmock A library that enables developers to mock HTTP responses and test their applications in isolation. 486