Prefix the automatically generated tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#[test]
|
||||
fn {name}() {{
|
||||
fn autogen_{name}() {{
|
||||
let todo_org_path = "{path}";
|
||||
let org_contents = std::fs::read_to_string(todo_org_path).expect("Read org file.");
|
||||
println!("{{}}", org_contents);
|
||||
|
||||
Reference in New Issue
Block a user