Skip to main content

load

Function load 

Source
pub fn load() -> Result<Vec<Entry>, Error>
Expand description

Load all test history from the history file.

ยงErrors

Returns Error::IoError if reading the history file fails. Returns Error::ParseJson if the history file contains invalid JSON.