Porterage v0.1.0 Porterage.Tester.FileStat View Source

Tester based on results of File.stat/1 calls.

Configuration

{
  tester: Porterage.Tester.FileStat,
  tester_opts: %{file: _, stat_key: _}
}

See options/0 for a specification of available options.

Link to this section Summary

Link to this section Types

Link to this type

options()

View Source
options() :: %{file: Path.t(), stat_key: atom()}