()
| 580 | |
| 581 | |
| 582 | def test_init_colors(): |
| 583 | # ensure colors are not present in signature info |
| 584 | info = inspector.info(HasSignature) |
| 585 | init_def = info["init_definition"] |
| 586 | assert "[0m" not in init_def |
| 587 | |
| 588 | |
| 589 | def test_builtin_init(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…