View Source MixTester.Project (MixTester v1.1.0)

Structure which contains path to project root directory and a name of the project

Summary

Types

@type t() :: %MixTester.Project{
  env: %{required(String.t()) => String.t()},
  name: String.t(),
  root: Path.t()
}