Lee-W commented on code in PR #70089:
URL: https://github.com/apache/airflow/pull/70089#discussion_r3747215029
##########
airflow-core/tests/unit/timetables/test_interval_timetable.py:
##########
@@ -383,6 +383,173 @@ def
test_cron_next_dagrun_info_alignment(last_data_interval: DataInterval, expec
assert info == expected_info
[email protected](
+ ("timetable", "run_after", "expected_interval"),
+ [
+ pytest.param(
+ CronDataIntervalTimetable("0 2 * * *",
pendulum.timezone("America/New_York")),
Review Comment:
Could we also add test cases to cover `MultipleCronTriggerTimetable` and
`CronPartitionTimetable`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]