auto-sync: 2026-06-05 23:22:03
This commit is contained in:
@@ -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 四相循环 单元测试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user