jschneider1207/distributed_test
Mix task for running tests for a distributed application
{ "createdAt": "2017-01-24T23:49:44Z", "defaultBranch": "master", "description": "Mix task for running tests for a distributed application", "fullName": "jschneider1207/distributed_test", "homepage": null, "language": "Elixir", "name": "distributed_test", "pushedAt": "2022-04-03T18:56:35Z", "stargazersCount": 10, "topics": [], "updatedAt": "2025-11-05T19:22:36Z", "url": "https://github.com/jschneider1207/distributed_test"}DistributedTest
Section titled “DistributedTest”Run your Elixir tests in a distributed environment!
Use the default number of nodes (1 master + 4 slaves)
mix test.distributedUse a specific number of nodes (1 master + n slaves). Note the master is not included in the count.
mix test.distributed --count 7Installation
Section titled “Installation”If available in Hex, the package can be installed
by adding distributed_test to your list of dependencies in mix.exs:
def deps do [{:distributed_test, "~> 0.1.0"}]endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/distributed_test.