pub fn with_todo_file<C>(lines: &[&str], callback: C)where
C: FnOnce(TodoFileTestContext),Expand description
Provide a TodoFileTestContext instance containing a Todo for use in tests.
ยงPanics
Will panic if a temporary file cannot be created