1 2 3 4 5 6 7 8
use pretty_assertions::assert_eq; /// TODO: Replace with something real #[test] fn integrate() { let x = 42; assert_eq!(x, 42); }