Skip to content

You provide the mocks, we provide the spys. We also provide ExUnit helpers for our spys.

Notifications You must be signed in to change notification settings

Gwash3189/spyanator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spyanator

A spy library for Elixir.

You provide the mocks, we provide the spys. We also provide ExUnit helpers for our spys.

Installation

Available in Hex. The package can be installed as:

  1. Add spyanator to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:spyanator, "~> 0.0.4"}]
end
```
  1. Ensure spyanator is started before your tests:
```elixir
  Spyanator.start_link()
  ExUnit.start()
```

About

You provide the mocks, we provide the spys. We also provide ExUnit helpers for our spys.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages