Function
test_resolve
(scalars, total, gutter, result)
Source from the content-addressed store, hash-verified
| 49 | ], |
| 50 | ) |
| 51 | def test_resolve(scalars, total, gutter, result): |
| 52 | assert ( |
| 53 | resolve( |
| 54 | [Scalar.parse(scalar) for scalar in scalars], |
| 55 | total, |
| 56 | gutter, |
| 57 | Size(40, 20), |
| 58 | Size(80, 24), |
| 59 | ) |
| 60 | == result |
| 61 | ) |
| 62 | |
| 63 | |
| 64 | async def test_resolve_fraction_unit(): |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…