Skip to content

Commit

Permalink
Add test for wildcard search syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 1, 2011
1 parent 13c8185 commit 9a82f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IPython/core/tests/test_magic.py
Expand Up @@ -340,3 +340,7 @@ def doctest_precision():
Out[5]: {u}'3.141593e+00'
"""

def test_psearch():
with tt.AssertPrints("dict.fromkeys"):
_ip.run_cell("dict.fr*?")

0 comments on commit 9a82f22

Please sign in to comment.