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.
pub fn load() -> Result<Vec<Entry>, Error>Load all test history from the history file.
Returns Error::IoError if reading the history file fails.
Returns Error::ParseJson if the history file contains invalid JSON.