1 2 3 4 5 6 7
use goldentests::{TestConfig, TestResult}; #[test] fn run_goldentests_example() -> TestResult<()> { let config = TestConfig::new("python", "examples", "# "); config.run_tests() }