Commit 39304d7
File the SessionConfig tests with the other SessionConfig tests
The two `SessionConfig.set` tests went into `test_plans.py` because they were
committed alongside the `execute` bounds check, not because they have anything
to do with plans. `test_context.py` is where `SessionConfig` construction is
already covered, and it now also holds the three constructor tests for the
other half of the same panic defect.
Move them there, ahead of the constructor cases so the method they refer back
to is read first, and fold the duplicated note about `PanicException` deriving
from `BaseException` into the first of the five. `test_plans.py` keeps its
`SessionConfig` import for the `with_target_partitions` calls in the
partitioning tests. No assertion changed.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 874f7b6 commit 39304d7
2 files changed
Lines changed: 20 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
106 | 126 | | |
107 | 127 | | |
108 | 128 | | |
| |||
130 | 150 | | |
131 | 151 | | |
132 | 152 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 153 | | |
137 | 154 | | |
138 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 272 | | |
293 | 273 | | |
294 | 274 | | |
| |||
0 commit comments