1 2 3 4 5 6 7 8 9 10
#![allow(unused_imports)] use indoc::indoc; use pretty_assertions::{assert_eq, assert_ne}; use statical::*; #[test] fn test_example() { // integration tests go here }