@@ -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()
|
||||
Reference in New Issue
Block a user