14 lines
343 B
Python
14 lines
343 B
Python
"""Backward compat: полный набор — tests/test_daily_plan_sync.py."""
|
|
|
|
from tests.test_daily_plan_sync import ( # noqa: F401
|
|
DailyPlanSyncApplyTests,
|
|
DailyPlanSyncClientOperatorTests,
|
|
DailyPlanSyncDualHarnessTests,
|
|
DailyPlanSyncRegistryTests,
|
|
)
|
|
|
|
if __name__ == "__main__":
|
|
import unittest
|
|
|
|
unittest.main()
|