Avoiding flaky tests with Phoenix Using Facades to Simplify Elixir Modules

EventBus v1.5.0 is out

The event_bus library is a traceable, extendable and minimalist message bus implementation for Elixir with built-in event store and event watcher based on ETS.

Source code:https://github.com/otobus/event_bus

License: MIT

Hex source: {:event_bus, “~> 1.5”}

Recent changes:

  • Fixes all dialyzer warnings
  • Fixes Elixir v1.7 warnings for String to Atom conversions
  • Updates the development/test dependencies
  • Updates the id generator source in the test configuration
  • Removes deprecated EventBus.Util.String module

Learn more: