##// END OF EJS Templates
Skip test that builtin signature can't be inspected...
Thomas Kluyver -
Show More
@@ -203,6 +203,7 b' def test_calltip_function2():'
203 203 check_calltip(g, 'g', 'g(y, z=3, *a, **kw)', '<no docstring>')
204 204
205 205
206 @skipif(sys.version_info >= (3, 5))
206 207 def test_calltip_builtin():
207 208 check_calltip(sum, 'sum', None, sum.__doc__)
208 209
General Comments 0
You need to be logged in to leave comments. Login now