Struct lit::config::Configuration [] [src]

pub struct Configuration {
    pub supported_file_extensions: Vec<String>,
    pub test_paths: Vec<PathBuf>,
}

Fields

A list of file extensions which contain tests.

Paths to tests or folders containing tests.

Methods

impl Configuration
[src]

Trait Implementations

impl Clone for Configuration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Configuration
[src]

Formats the value using the given formatter.

impl Default for Configuration
[src]

Returns the "default value" for a type. Read more