Интегрирован wesp в сайт
CI / quality (push) Canceled after 0s

This commit is contained in:
влад
2026-07-17 12:57:18 +03:00
parent 5dfa06ddbe
commit 355c0ef9f1
883 changed files with 194576 additions and 177 deletions
@@ -0,0 +1,13 @@
"""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()