Test Size.with_height
()
| 494 | |
| 495 | |
| 496 | def test_size_with_height(): |
| 497 | """Test Size.with_height""" |
| 498 | assert Size(1, 2).with_height(10) == Size(1, 10) |
| 499 | |
| 500 | |
| 501 | def test_size_with_width(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…