()
| 401 | |
| 402 | |
| 403 | def test_get_rotation_string(): |
| 404 | assert Text(rotation='horizontal').get_rotation() == 0. |
| 405 | assert Text(rotation='vertical').get_rotation() == 90. |
| 406 | |
| 407 | |
| 408 | def test_get_rotation_float(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…