testament/conf

Types

Options to change how testament works

pub type Conf {
  IgnoreFiles(filepaths: List(String))
  Verbose
  PreserveFiles
  ExtraImports(filepath: String, modules: List(String))
}

Constructors

  • IgnoreFiles(filepaths: List(String))

    filepaths (relative to the src directory) whose docs should be ignored

  • Verbose

    verbose logging for testament

  • PreserveFiles

    don’t delete generated test files after the run

  • ExtraImports(filepath: String, modules: List(String))

    other modules to be imported for use in the generated test files

Search Document