Commit 0de0857
committed
test: Drop two NetworkDeltaPosition tests that cover an already covered path
ADeltaUnderTheThresholdIsLeftAsADelta asserted nothing the other tests do
not: MovingFoldsThePreviousRoundingLossBackIn already requires the delta
to stay under the threshold, and UnsynchronizedAxesAreLeftUntouched
already requires the synchronized axis to hold the movement.
QuantumDropsTheSignBecauseTheLatticeIsSymmetric ran its own value list to
assert one thing, so it moves into the loop in
QuantumIsTheSmallestChangeTheEncodingCanSee, which already walks the same
kind of values. 300f joins that list so no input is lost.
The masking it covers is a common path executed by every call, so the
coverage score is unchanged either way.1 parent 038311b commit 0de0857
1 file changed
Lines changed: 3 additions & 24 deletions
Lines changed: 3 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 163 | | |
178 | 164 | | |
179 | 165 | | |
| |||
305 | 291 | | |
306 | 292 | | |
307 | 293 | | |
308 | | - | |
| 294 | + | |
309 | 295 | | |
310 | 296 | | |
311 | 297 | | |
| |||
314 | 300 | | |
315 | 301 | | |
316 | 302 | | |
317 | | - | |
318 | | - | |
319 | 303 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
| 304 | + | |
| 305 | + | |
327 | 306 | | |
328 | 307 | | |
329 | 308 | | |
| |||
0 commit comments