Added tests for predefined methods name completion.

This commit is contained in:
Dmitry Cheryasov
2009-12-08 05:34:48 +02:00
parent a21681bd27
commit 06e926f794
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
class Foo:
def __radd__(self, other):

View File

@@ -0,0 +1,2 @@
class Foo:
def __ra<caret>

View File

@@ -0,0 +1,4 @@
# no completion must happen here
class Foo:
def bar(self):
__rxo

View File

@@ -0,0 +1,4 @@
# no completion must happen here
class Foo:
def bar(self):
__rxo<caret>