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
srcdirectory) whose docs should be ignored -
Verboseverbose logging for testament
-
PreserveFilesdon’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