MCPcopy Create free account
hub / github.com/ExtropyIO/SolanaBootcamp / test_finished_exercise

Function test_finished_exercise

homeworks_rust/src/exercise.rs:323–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321
322 #[test]
323 fn test_finished_exercise() {
324 let exercise = Exercise {
325 name: "finished_exercise".into(),
326 path: PathBuf::from("tests/fixture/state/finished_exercise.rs"),
327 mode: Mode::Compile,
328 hint: String::new(),
329 };
330
331 assert_eq!(exercise.state(), State::Done);
332 }
333
334 #[test]
335 fn test_exercise_with_output() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected