View Source Multiverses.PubSub

Multiverses support for Phoenix PubSub

installation

Installation

The package can be installed by adding multiverses_pubsub to your list of dependencies in mix.exs:

def deps do
  [
    {:multiverses, "~> 0.9", runtime: (Mix.env == :test)},
    {:multiverses_pubsub, "~> 0.3.0", runtime: (Mix.env == :test)}
  ]
end

Docs can be found at https://hexdocs.pm/multiverses_pubsub.

testing

Testing

This library allows parallel testing:

REPLICATION=10 mix test