Multiverses.PubSub
Multiverses support for Phoenix PubSub
Installation
The package can be installed by adding multiverses_pubsub to your list of dependencies in mix.exs:
def deps do
[
{:multiverses, "~> 0.9", only: :test},
{:multiverses_pubsub, "~> 0.3.0", only: :test}
]
endDocs can be found at https://hexdocs.pm/multiverses_pubsub.
Testing
This library allows parallel testing:
REPLICATION=10 mix test