()
| 425 | |
| 426 | |
| 427 | def test_get_rotation_mod360(): |
| 428 | for i, j in zip([360., 377., 720+177.2], [0., 17., 177.2]): |
| 429 | assert_almost_equal(Text(rotation=i).get_rotation(), j) |
| 430 | |
| 431 | |
| 432 | @pytest.mark.parametrize("ha", ["center", "right", "left"]) |
nothing calls this directly
no test coverage detected
searching dependent graphs…