You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,7 +82,7 @@ Runs only live tests, skipping standalone-only tests:
82
82
83
83
**Result:**
84
84
85
-
```
85
+
```text
86
86
119 passed, 3 skipped # Live backend fully tested
87
87
```
88
88
@@ -133,7 +133,7 @@ Tests will detect the running DataLab and use it instead of starting a new insta
133
133
134
134
## Test Execution Flow (Default Mode)
135
135
136
-
```
136
+
```text
137
137
pytest
138
138
│
139
139
├─► Phase 1: Standalone Tests (98 tests, ~2s)
@@ -152,7 +152,7 @@ pytest
152
152
153
153
## Architecture
154
154
155
-
```
155
+
```text
156
156
tests/
157
157
├── conftest.py # pytest configuration, smart test orchestration
158
158
│ # - Reorders tests (standalone first, live second)
@@ -165,7 +165,7 @@ tests/
165
165
└── unit/ # Unit tests for kernel components
166
166
```
167
167
168
-
The separation between test infrastructure (which may use XML-RPC) and kernel workspace (which uses only Web API) is intentional and maintains clean architectural boundaries.
168
+
The separation between test infrastructure and kernel workspace is intentional and maintains clean architectural boundaries.
0 commit comments