Packages
Computational distributable flows with stages inspired by Flow, Spark and EMR.
Current section
Files
Jump to
Current section
Files
test/elastic_flow_test.exs
defmodule ElasticFlowTest do
use ExUnit.Case
doctest ElasticFlow
test "greets the world" do
assert ElasticFlow.hello() == :world
end
end