rayhpeng cd857e1ca4 test(schedule): silence the sync-under-asyncio-mark warnings
The two command-shape tests added with the command refactor are plain
functions in a module whose global pytestmark is asyncio, which pytest
reports as a warning per run. Making them coroutines matches the module
convention.
2026-07-29 22:40:14 +08:00
..