Muta.Config (muta v0.1.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %Muta.Config{
  baseline_timeout_ms: pos_integer(),
  mutators: [module()],
  sources: [Muta.Source.t()],
  test_files: [Path.t()],
  test_helper: Path.t(),
  workers: pos_integer()
}

Functions

new(source_files, test_files, opts \\ [])

@spec new([Path.t()], [Path.t()], keyword()) :: t()