Make the autogen prefix fully integrated into the test name.
All checks were successful
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded

This commit is contained in:
Tom Alexander
2023-08-21 00:14:10 -04:00
parent f2089257b0
commit 8561fdc1bd
2 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#[test]
fn autogen_{name}() {{
fn {name}() {{
let todo_org_path = "{path}";
let org_contents = std::fs::read_to_string(todo_org_path).expect("Read org file.");
println!("{{}}", org_contents);