Move test data for unified parsing to separate folder

This commit is contained in:
Dmitry Trofimov
2017-10-09 21:23:29 +02:00
parent 210bf9b175
commit 79ffc852b7
7 changed files with 3 additions and 1 deletions
@@ -0,0 +1 @@
def f(a:1) -> list: pass
+1
View File
@@ -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
}