Compare commits
2 Commits
51f10b7944
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
060a8dfb3b | ||
|
|
3d7ebcf9bc |
@@ -34,8 +34,7 @@ fn main() {
|
|||||||
|
|
||||||
for file in files.files.iter() {
|
for file in files.files.iter() {
|
||||||
println!(
|
println!(
|
||||||
"{} => {}",
|
"{}",
|
||||||
file.file,
|
|
||||||
serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(),
|
serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -473,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]
|
#[test]
|
||||||
fn test_schedule_date_future_with_snapshot_between_scheduled_and_fired() {
|
fn test_schedule_date_future_with_snapshot_between_scheduled_and_fired() {
|
||||||
tests::with_dir(|d| {
|
tests::with_dir(|d| {
|
||||||
|
|||||||
Reference in New Issue
Block a user