Skip to content

Mockex is a lightweight mocking library for elixir.

Notifications You must be signed in to change notification settings

alexsindev/mockex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mockex

Mockex is a lightweight mocking library for elixir. Create simple mocks for external/third-party calls or mock websocket servers with custom listeners and responses.

Reference/Documentation

Run the doc/index.html file with live server.

Test

Run mix test

Installation

Add mockex to your list of dependencies in mix.exs:

def deps do
  [
    {:mockex, git: "https://github.com/KyalSinLinLett/mockex", branch: "develop"}
  ]
end

Run mix deps.get

About

Mockex is a lightweight mocking library for elixir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages