mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
Fix completion test now that underscored name completion changed.
This commit is contained in:
@@ -5,4 +5,5 @@ class X(object):
|
||||
def g():
|
||||
return X()
|
||||
|
||||
g().testChain().testChain()
|
||||
g().testChain().testChain()
|
||||
|
||||
|
||||
@@ -5,4 +5,5 @@ class X(object):
|
||||
def g():
|
||||
return X()
|
||||
|
||||
g().testChain().<caret>
|
||||
g().testChain().te<caret>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
_zoo = 1
|
||||
__zar = 2
|
||||
|
||||
_zoo
|
||||
@@ -1,4 +0,0 @@
|
||||
_zoo = 1
|
||||
__zar = 2
|
||||
|
||||
_<caret>
|
||||
@@ -83,10 +83,6 @@ public class PythonCompletionTest extends PyLightFixtureTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testTwoUnderscoresNotOne() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testKwParamsInCodeUsage() { //PY-1002
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user