Files
odysseus/tests/helpers/calendar_routes.py
T
Alexandre Teixeira bad9ec2f9c test: localize calendar recurrence helper import (#4944)
* test: localize calendar recurrence helper import

* test: share calendar route import helper
2026-06-28 19:04:15 +02:00

9 lines
212 B
Python

"""Shared imports for calendar route tests."""
def import_calendar_routes():
"""Import the calendar routes module after test stubs are installed."""
import routes.calendar_routes as cal
return cal