MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / test_load_toml_file_missing

Function test_load_toml_file_missing

tests/agent_suite/agent_test.rs:5482–5486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5480
5481#[test]
5482fn test_load_toml_file_missing() {
5483 let val = load_toml_file(Path::new("/nonexistent/file.toml")).unwrap();
5484 assert!(val.is_table());
5485 assert!(val.as_table().unwrap().is_empty());
5486}
5487
5488#[test]
5489fn test_load_toml_file_valid() {

Callers

nothing calls this directly

Calls 1

load_toml_fileFunction · 0.85

Tested by

no test coverage detected