()
| 572 | |
| 573 | |
| 574 | def test_pinfo_magic(): |
| 575 | with AssertPrints("Docstring:"): |
| 576 | ip._inspect("pinfo", "lsmagic", detail_level=0) |
| 577 | |
| 578 | with AssertPrints("Source:"): |
| 579 | ip._inspect("pinfo", "lsmagic", detail_level=1) |
| 580 | |
| 581 | |
| 582 | def test_init_colors(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…