Packages

Detects new tests in git diff and runs them repeatedly to catch flaky tests

Current section

Files

Jump to
ex_flaky lib ex_flaky.ex
Raw

lib/ex_flaky.ex

defmodule ExFlaky do
@moduledoc """
Documentation for `ExFlaky`.
"""
@doc """
Hello world.
## Examples
iex> ExFlaky.hello()
:world
"""
def hello do
:world
end
end