BDD testing framework for Elixir inspired by RSpec.
The library outputs test results to the console, which helps speed up the red-green test correction cycle (inspired by rspec)
A mocking library for ExUnit inspired by RSpec and based on meck.
An event sourcing library based upon asynchronously generated perspectives
Pavlov is a BDD library for your Elixir projects, allowing you to write expressive unit tests that tell the story of how your application...
A mocking library for ExUnit inspired by RSpec and based on meck.
Wrapper around ExUnit to support BBD (rspec) like syntax
A let macro for ExUnit inspired by RSpec