()
| 411 | |
| 412 | |
| 413 | def test_get_rotation_int(): |
| 414 | for i in [67, 16, 41]: |
| 415 | assert Text(rotation=i).get_rotation() == float(i) |
| 416 | |
| 417 | |
| 418 | def test_get_rotation_raises(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…