mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-18125: test creator should use tabs instead of all spaces.
This commit is contained in:
@@ -80,7 +80,7 @@ public class PyTestCreator implements TestCreator {
|
||||
fileText.append("pass\n");
|
||||
|
||||
for (String method : methods) {
|
||||
fileText.append("def ").append(method).append("(self):\n self.fail()\n\n\t");
|
||||
fileText.append("def ").append(method).append("(self):\n\tself.fail()\n\n\t");
|
||||
}
|
||||
|
||||
PsiFile psiFile = PyUtil.getOrCreateFile(
|
||||
|
||||
Reference in New Issue
Block a user