mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[python] PY-63483, PY-83912, PY-70815 False positive warning Fixture '...' is not requested by test functions for attributes
Merge-request: IJ-MR-181099 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> (cherry picked from commit 7299d76d38ae5a823a3b0cae7ba5e2a0cc693d13) IJ-MR-181099 GitOrigin-RevId: 82be14096cccf01de85fcf7f7abb4af2fd838193
This commit is contained in:
committed by
intellij-monorepo-bot
parent
798bbf238c
commit
50fa4b90d2
@@ -55,4 +55,20 @@ class PyTestUnpassedFixtureInspectionTest : PyInspectionTestCase() {
|
||||
fun testNoInspectCorrectCode() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
fun testWithShadowing() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
fun testAsyncWithShadowing() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
fun testAttributeShadowing() {
|
||||
doTest()
|
||||
}
|
||||
|
||||
fun testQualifiedClassFixtureCall() {
|
||||
doTest()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user