[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:
chbndrhnns
2025-11-05 16:53:26 +00:00
committed by intellij-monorepo-bot
parent 798bbf238c
commit 50fa4b90d2
6 changed files with 98 additions and 0 deletions
@@ -55,4 +55,20 @@ class PyTestUnpassedFixtureInspectionTest : PyInspectionTestCase() {
fun testNoInspectCorrectCode() {
doTest()
}
fun testWithShadowing() {
doTest()
}
fun testAsyncWithShadowing() {
doTest()
}
fun testAttributeShadowing() {
doTest()
}
fun testQualifiedClassFixtureCall() {
doTest()
}
}