MCPcopy Create free account
hub / github.com/endbasic/endbasic / test_autoexec_missing

Function test_autoexec_missing

repl/src/lib.rs:432–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430
431 #[test]
432 fn test_autoexec_missing() {
433 let tester = Tester::default();
434 let (console, storage) = (tester.get_console(), tester.get_storage());
435 let mut continuation = tester.continue_from_here();
436 block_on(try_load_autoexec(continuation.get_machine(), console, storage)).unwrap();
437 continuation.run("").check();
438 }
439
440 /// Factory for drives that mimic the behavior of a cloud drive with fixed contents.
441 struct MockDriveFactory {

Callers

nothing calls this directly

Calls 7

try_load_autoexecFunction · 0.85
continue_from_hereMethod · 0.80
get_machineMethod · 0.80
get_consoleMethod · 0.45
get_storageMethod · 0.45
checkMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected