()
| 378 | |
| 379 | |
| 380 | def test_pinfo_magic(): |
| 381 | with AssertPrints('Docstring:'): |
| 382 | ip._inspect('pinfo', 'lsmagic', detail_level=0) |
| 383 | |
| 384 | with AssertPrints('Source:'): |
| 385 | ip._inspect('pinfo', 'lsmagic', detail_level=1) |
| 386 | |
| 387 | |
| 388 | def test_init_colors(): |
nothing calls this directly
no test coverage detected