Kinda.ExampleVerifier (kinda v0.12.0)

Copy Markdown View Source

Verifies the bundled kinda_example application from the root repo.

Summary

Types

command_runner()

@type command_runner() :: Kinda.SystemCommandRunner.runner()

Functions

command_env(opts \\ [])

@spec command_env(keyword()) :: [{String.t(), String.t()}]

example_root(opts \\ [])

@spec example_root(keyword()) :: Path.t()

sync_deps(root, runner, env)

@spec sync_deps(Path.t(), command_runner(), keyword()) :: :ok | no_return()

verify(opts \\ [])

@spec verify(keyword()) :: :ok | no_return()