##// END OF EJS Templates
Add test for wildcard search syntax.
Thomas Kluyver -
Show More
@@ -340,3 +340,7 b' def doctest_precision():'
340 Out[5]: {u}'3.141593e+00'
340 Out[5]: {u}'3.141593e+00'
341 """
341 """
342
342
343 def test_psearch():
344 with tt.AssertPrints("dict.fromkeys"):
345 _ip.run_cell("dict.fr*?")
346
General Comments 0
You need to be logged in to leave comments. Login now