auto-sync: 2026-06-05 23:22:03

This commit is contained in:
cfdaily
2026-06-05 23:22:03 +08:00
parent de4f708f82
commit 9c455f8660
2 changed files with 726 additions and 1 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
import os
import pytest
pytestmark = pytest.mark.e2e
pytestmark = [pytest.mark.e2e, pytest.mark.skipif(
not os.environ.get("RUN_INTEGRATION"),
reason="Set RUN_INTEGRATION=1 to run E2E tests",
)]
"""#01 四相循环 单元测试