mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Move test data for unified parsing to separate folder
This commit is contained in:
@@ -0,0 +1 @@
|
||||
def f(a:1) -> list: pass
|
||||
@@ -0,0 +1 @@
|
||||
def exec(): pass
|
||||
@@ -55,7 +55,7 @@ class PyUnifiedStubsTest : PyTestCase() {
|
||||
}
|
||||
|
||||
private fun getFile(): PyFile {
|
||||
val vf = myFixture.copyFileToProject("psi/${getTestName(false)}.py")
|
||||
val vf = myFixture.copyFileToProject("psi/unified/${getTestName(false)}.py")
|
||||
val file = myFixture.psiManager.findFile(vf) as PyFile
|
||||
return file
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user