##// END OF EJS Templates
Reactivate completion test now that namespaces are working
Fernando Perez -
Show More
@@ -1009,7 +1009,7 b' class InteractiveShell(object,Magic):'
1009 1009 hello
1010 1010
1011 1011 In [10]: _ip.IP.complete('x.l')
1012 Out[10]: ['x.ljust', 'x.lower', 'x.lstrip'] # randomX
1012 Out[10]: ['x.ljust', 'x.lower', 'x.lstrip']
1013 1013 """
1014 1014
1015 1015 complete = self.Completer.complete
General Comments 0
You need to be logged in to leave comments. Login now