1 2 3 4 5 6 7 8
//! DAG model status labels. use super::super::*; #[test] fn status_tag_covers_ready() { assert_eq!(status_tag(&NodeStatus::Ready), "[ready]"); }