From 060a8dfb3bf5cb7d62e88f7501fa3bce959e77aa Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:47:12 -0700 Subject: [PATCH] new tests --- pttodoest/src/main.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index 14cf911..f4e4c24 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -472,6 +472,21 @@ mod test_file { }); } + #[test] + fn test_schedule_cron_resolve_reschedules() { + panic!("not impl"); + } + + #[test] + fn test_schedule_duration_resolve_reschedules() { + panic!("not impl"); + } + + #[test] + fn test_schedule_date_resolve_does_not_reschedule() { + panic!("not impl"); + } + #[test] fn test_schedule_date_future_with_snapshot_between_scheduled_and_fired() { tests::with_dir(|d| {