Lee-W commented on code in PR #70089:
URL: https://github.com/apache/airflow/pull/70089#discussion_r3755856277
##########
airflow-core/tests/unit/timetables/test_trigger_timetable.py:
##########
@@ -1149,3 +1149,52 @@ def
test_iter_partition_dagrun_infos_dst_america_new_york_spring_forward() -> No
# run_after == partition_date for both ticks.
for info in infos:
assert info.run_after == info.partition_date
+
+
+@time_machine.travel(pendulum.DateTime(2024, 11, 3, 5, 30, tzinfo=utc),
tick=False)
Review Comment:
we can simplify these 3 tests through parameterization
--
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]