()
| 636 | """ |
| 637 | |
| 638 | def test_psearch(): |
| 639 | with tt.AssertPrints("dict.fromkeys"): |
| 640 | _ip.run_cell("dict.fr*?") |
| 641 | with tt.AssertPrints("π.is_integer"): |
| 642 | _ip.run_cell("π = 3.14;\nπ.is_integ*?") |
| 643 | |
| 644 | def test_timeit_shlex(): |
| 645 | """test shlex issues with timeit (#1109)""" |