mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-29 08:02:06 -04:00
bad9ec2f9c
* test: localize calendar recurrence helper import * test: share calendar route import helper
9 lines
212 B
Python
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
|