📝 Documentation update
This commit is contained in:
parent
73ac8d3083
commit
efe00ffa26
@ -92,6 +92,8 @@ pub fn read_settings() -> Result<Settings, Error> {
|
|||||||
Ok(settings_map)
|
Ok(settings_map)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Returns a mock configuration for Machine unit testing
|
||||||
|
/// FIXME: Does not cover the whole configuration yet
|
||||||
pub fn get_debug_configuration() -> Settings {
|
pub fn get_debug_configuration() -> Settings {
|
||||||
let mut settings_map = Settings::new();
|
let mut settings_map = Settings::new();
|
||||||
settings_map.insert(MachineSettingKey::PageSize, 128);
|
settings_map.insert(MachineSettingKey::PageSize, 128);
|
||||||
|
Loading…
Reference in New Issue
Block a user