mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
PY-34626 Make test names a bit clearer
GitOrigin-RevId: 0311ba9c7085725a918472946312dde164f8541c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f8d1dd1f85
commit
0ae7ade582
@@ -44,27 +44,27 @@ public class PyExtractMethodTest extends LightMarkedTestCase {
|
||||
}
|
||||
|
||||
// PY-34626
|
||||
public void testInnerFunc() {
|
||||
public void testMethodInnerFunc() {
|
||||
doTest("extracted");
|
||||
}
|
||||
|
||||
// PY-34626
|
||||
public void testInnerFuncWithVar() {
|
||||
public void testMethodInnerFuncWithOwnParam() {
|
||||
doTest("extracted");
|
||||
}
|
||||
|
||||
// PY-34626
|
||||
public void testInnerFuncWithExtVar() {
|
||||
public void testMethodInnerFuncWithMethodParam() {
|
||||
doTest("extracted");
|
||||
}
|
||||
|
||||
// PY-34626
|
||||
public void testInnerFuncRecursive() {
|
||||
public void testMethodInnerFuncRecursive() {
|
||||
doTest("extracted");
|
||||
}
|
||||
|
||||
// PY-34626
|
||||
public void testInnerFuncCombined() {
|
||||
public void testMethodInnerFuncCombined() {
|
||||
doTest("extracted");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user