sproutapp / pavlov

A BDD framework for your Elixir projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement callbacks

inf0rmer opened this issue · comments

  • before_each, run before every example in a batch
  • before_all, run before a batch of examples
  • [ ] after_each, run after every example in a batch
  • [ ] after_all, run after a batch of examples

after_each and after_all can't really be implemented right now, as they are not supported by ExUnit. on_exit inside the tests still works reliably, though.