projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PY-17265 Add missing test on handling imports for moved local function
[idea/community.git]
/
python
/
testSrc
/
com
/
jetbrains
/
python
/
refactoring
/
PyMakeFunctionTopLevelTest.java
diff --git
a/python/testSrc/com/jetbrains/python/refactoring/PyMakeFunctionTopLevelTest.java
b/python/testSrc/com/jetbrains/python/refactoring/PyMakeFunctionTopLevelTest.java
index c0da5618c7be7340d666c9e062967ef6c124fcfb..9101c80b77b660ca41aac93af943274d12c02013 100644
(file)
--- a/
python/testSrc/com/jetbrains/python/refactoring/PyMakeFunctionTopLevelTest.java
+++ b/
python/testSrc/com/jetbrains/python/refactoring/PyMakeFunctionTopLevelTest.java
@@
-210,6
+210,10
@@
public class PyMakeFunctionTopLevelTest extends PyTestCase {
doMultiFileTest("util.py", null);
}
+ public void testLocalFunctionMoveToOtherFile() throws IOException {
+ doMultiFileTest("util.py", null);
+ }
+
public void testMethodCalledViaClass() {
doTestSuccess();
}